Searched refs:skb_rx (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/cw1200/
H A Dbh.c245 struct sk_buff *skb_rx = NULL; local
280 skb_rx = dev_alloc_skb(alloc_len);
281 if (WARN_ON(!skb_rx))
284 skb_trim(skb_rx, 0);
285 skb_put(skb_rx, read_len);
286 data = skb_rx->data;
312 skb_trim(skb_rx, wsm_len);
335 if (WARN_ON(wsm_handle_rx(priv, wsm_id, wsm, &skb_rx)))
338 if (skb_rx) {
339 dev_kfree_skb(skb_rx);
[all...]
/drivers/net/wimax/i2400m/
H A Drx.c166 struct sk_buff *skb_rx; member in struct:i2400m_report_hook_args
202 kfree_skb(args->skb_rx);
227 kfree_skb(args->skb_rx);
238 * @skb_rx: skb that contains the payload (for reference counting)
243 void i2400m_report_hook_queue(struct i2400m *i2400m, struct sk_buff *skb_rx, argument
252 args->skb_rx = skb_get(skb_rx);
329 * @skb_rx: skb that contains the payload (for reference counting)
358 void i2400m_rx_ctl(struct i2400m *i2400m, struct sk_buff *skb_rx, argument
400 i2400m_report_hook_queue(i2400m, skb_rx, l3l4_hd
980 i2400m_rx_edata(struct i2400m *i2400m, struct sk_buff *skb_rx, unsigned single_last, const void *payload, size_t size) argument
1097 i2400m_rx_payload(struct i2400m *i2400m, struct sk_buff *skb_rx, unsigned single_last, const struct i2400m_pld *pld, const void *payload) argument
[all...]
H A Dnetdev.c455 * @skb_rx: the skb where the buffer pointed to by @buf is
487 void i2400m_net_rx(struct i2400m *i2400m, struct sk_buff *skb_rx, argument
497 skb = skb_get(skb_rx);

Completed in 154 milliseconds