Home
last modified time | relevance | path

Searched refs:skb_p (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
Dtxrx.h77 struct sk_buff **skb_p);
Dwsm.c863 struct sk_buff **skb_p) in wsm_receive_indication() argument
879 hdr = (struct ieee80211_hdr *)(*skb_p)->data; in wsm_receive_indication()
894 skb_pull(*skb_p, hdr_len); in wsm_receive_indication()
905 cw1200_rx_cb(priv, &rx, link_id, skb_p); in wsm_receive_indication()
906 if (*skb_p) in wsm_receive_indication()
907 skb_push(*skb_p, hdr_len); in wsm_receive_indication()
1296 struct wsm_hdr *wsm, struct sk_buff **skb_p) in wsm_handle_rx() argument
1415 &wsm_buf, skb_p); in wsm_handle_rx()
Dwsm.h866 struct sk_buff **skb_p);
1812 struct sk_buff **skb_p);
Dtxrx.c1006 struct sk_buff **skb_p) in cw1200_rx_cb() argument
1008 struct sk_buff *skb = *skb_p; in cw1200_rx_cb()
1217 *skb_p = NULL; in cw1200_rx_cb()
/kernel/linux/linux-5.10/net/core/
Dskbuff.c4458 struct sk_buff *skb1, **skb_p; in skb_cow_data() local
4487 skb_p = &skb_shinfo(skb)->frag_list; in skb_cow_data()
4490 while ((skb1 = *skb_p) != NULL) { in skb_cow_data()
4534 *skb_p = skb2; in skb_cow_data()
4540 skb_p = &skb1->next; in skb_cow_data()