Searched refs:root_skb (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/core/
H A Dskbuff.c4271 st->root_skb = st->cur_skb = skb;
4300 * at the moment, state->root_skb could be replaced with
4373 if (st->root_skb == st->cur_skb && skb_has_frag_list(st->root_skb)) {
4374 st->cur_skb = skb_shinfo(st->root_skb)->frag_list;
/linux-master/include/linux/
H A Dskbuff.h1418 struct sk_buff *root_skb; member in struct:skb_seq_state

Completed in 120 milliseconds