Searched refs:skb_is_gso_tcp (Results 1 – 5 of 5) sorted by relevance
74 int tlen = skb_is_gso_tcp(skb) ? tcp_hdrlen(skb) : sizeof(struct udphdr); in tso_start()
507 if (!skb_is_gso_tcp(skb)) in dev_gro_receive()
3392 if (skb_is_gso(skb) && !skb_is_gso_tcp(skb)) { in bpf_skb_net_grow()3498 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()
4894 static inline bool skb_is_gso_tcp(const struct sk_buff *skb) in skb_is_gso_tcp() function