Home
last modified time | relevance | path

Searched refs:gso_skb (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp_offload.c65 struct sk_buff *gso_skb = skb; in tcp_gso_segment() local
110 copy_destructor = gso_skb->destructor == tcp_wfree; in tcp_gso_segment()
111 ooo_okay = gso_skb->ooo_okay; in tcp_gso_segment()
128 if (unlikely(skb_shinfo(gso_skb)->tx_flags & SKBTX_SW_TSTAMP)) in tcp_gso_segment()
129 tcp_gso_tstamp(segs, skb_shinfo(gso_skb)->tskey, seq, mss); in tcp_gso_segment()
143 skb->destructor = gso_skb->destructor; in tcp_gso_segment()
144 skb->sk = gso_skb->sk; in tcp_gso_segment()
160 swap(gso_skb->sk, skb->sk); in tcp_gso_segment()
161 swap(gso_skb->destructor, skb->destructor); in tcp_gso_segment()
163 atomic_add(sum_truesize - gso_skb->truesize, in tcp_gso_segment()
/linux-4.1.27/include/net/
Dsch_generic.h89 struct sk_buff *gso_skb; member
653 if (!sch->gso_skb) { in qdisc_peek_dequeued()
654 sch->gso_skb = sch->dequeue(sch); in qdisc_peek_dequeued()
655 if (sch->gso_skb) in qdisc_peek_dequeued()
660 return sch->gso_skb; in qdisc_peek_dequeued()
666 struct sk_buff *skb = sch->gso_skb; in qdisc_dequeue_peeked()
669 sch->gso_skb = NULL; in qdisc_dequeue_peeked()
/linux-4.1.27/net/sched/
Dsch_generic.c50 q->gso_skb = skb; in dev_requeue_skb()
85 struct sk_buff *skb = q->gso_skb; in dequeue_skb()
94 q->gso_skb = NULL; in dequeue_skb()
657 if (qdisc->gso_skb) { in qdisc_reset()
658 kfree_skb_list(qdisc->gso_skb); in qdisc_reset()
659 qdisc->gso_skb = NULL; in qdisc_reset()
699 kfree_skb_list(qdisc->gso_skb); in qdisc_destroy()
/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_core.c617 struct sk_buff *gso_skb = entry->skb; in __nfqnl_enqueue_packet_gso() local
621 entry->skb = gso_skb; in __nfqnl_enqueue_packet_gso()