Searched refs:skb_is_gso_tcp (Results 1 – 7 of 7) sorted by relevance
43 return (len || !skb_is_gso(skb) || !skb_is_gso_tcp(skb)) ? in iph_totlen()
4914 static inline bool skb_is_gso_tcp(const struct sk_buff *skb) in skb_is_gso_tcp() function
66 int tlen = skb_is_gso_tcp(skb) ? tcp_hdrlen(skb) : sizeof(struct udphdr); in tso_start()
471 if (!skb_is_gso_tcp(skb) || in dev_gro_receive()
3464 if (skb_is_gso(skb) && !skb_is_gso_tcp(skb)) { in bpf_skb_net_grow()3578 if (skb_is_gso(skb) && !skb_is_gso_tcp(skb)) { in bpf_skb_net_shrink()
62 if (!skb_is_gso_tcp(skb)) in ef100_tx_can_tso()
2346 if (skb_is_gso(skb) && skb_is_gso_tcp(skb)) in tpacket_rcv()3590 if (skb_is_gso(skb) && skb_is_gso_tcp(skb)) in packet_recvmsg()