Home
last modified time | relevance | path

Searched refs:skb_nextp (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/net/strparser/
A Dstrparser.c129 if (!strp->skb_nextp) { in __strp_recv()
159 strp->skb_nextp = &head->next; in __strp_recv()
163 strp->skb_nextp = in __strp_recv()
185 strp->skb_nextp = NULL; in __strp_recv()
203 *strp->skb_nextp = skb; in __strp_recv()
204 strp->skb_nextp = &skb->next; in __strp_recv()
/linux-6.3-rc2/include/net/
A Dstrparser.h98 struct sk_buff **skb_nextp; member

Completed in 6 milliseconds