Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/st/cw1200/
A Dtxrx.h77 struct sk_buff **skb_p);
A 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()
A Dtxrx.c1003 struct sk_buff **skb_p) in cw1200_rx_cb() argument
1005 struct sk_buff *skb = *skb_p; in cw1200_rx_cb()
1213 *skb_p = NULL; in cw1200_rx_cb()
A Dwsm.h1800 struct sk_buff **skb_p);
/linux-6.3-rc2/net/core/
A Dskbuff.c4872 struct sk_buff *skb1, **skb_p; in skb_cow_data() local
4901 skb_p = &skb_shinfo(skb)->frag_list; in skb_cow_data()
4904 while ((skb1 = *skb_p) != NULL) { in skb_cow_data()
4948 *skb_p = skb2; in skb_cow_data()
4954 skb_p = &skb1->next; in skb_cow_data()

Completed in 27 milliseconds