next_frag_idx      10 include/net/tso.h 	int next_frag_idx;
next_frag_idx      54 net/core/tso.c 	    (tso->next_frag_idx < skb_shinfo(skb)->nr_frags)) {
next_frag_idx      55 net/core/tso.c 		skb_frag_t *frag = &skb_shinfo(skb)->frags[tso->next_frag_idx];
next_frag_idx      60 net/core/tso.c 		tso->next_frag_idx++;
next_frag_idx      71 net/core/tso.c 	tso->next_frag_idx = 0;
next_frag_idx      78 net/core/tso.c 	    (tso->next_frag_idx < skb_shinfo(skb)->nr_frags)) {
next_frag_idx      79 net/core/tso.c 		skb_frag_t *frag = &skb_shinfo(skb)->frags[tso->next_frag_idx];
next_frag_idx      84 net/core/tso.c 		tso->next_frag_idx++;