Home
last modified time | relevance | path

Searched refs:skb_is_gso_tcp (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/net/core/
Dtso.c74 int tlen = skb_is_gso_tcp(skb) ? tcp_hdrlen(skb) : sizeof(struct udphdr); in tso_start()
Dgro.c507 if (!skb_is_gso_tcp(skb)) in dev_gro_receive()
Dfilter.c3392 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()
/Linux-v6.1/drivers/net/ethernet/sfc/
Def100_tx.c62 if (!skb_is_gso_tcp(skb)) in ef100_tx_can_tso()
/Linux-v6.1/include/linux/
Dskbuff.h4894 static inline bool skb_is_gso_tcp(const struct sk_buff *skb) in skb_is_gso_tcp() function