Home
last modified time | relevance | path

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

/Linux-v5.15/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()
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()
Dwsm.h1800 struct sk_buff **skb_p);
/Linux-v5.15/net/core/
Dskbuff.c4642 struct sk_buff *skb1, **skb_p; in skb_cow_data() local
4671 skb_p = &skb_shinfo(skb)->frag_list; in skb_cow_data()
4674 while ((skb1 = *skb_p) != NULL) { in skb_cow_data()
4718 *skb_p = skb2; in skb_cow_data()
4724 skb_p = &skb1->next; in skb_cow_data()