Searched refs:tso_fragment (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 2117 static int tso_fragment(struct sock *sk, struct sk_buff *skb, unsigned int len, in tso_fragment() function 2689 unlikely(tso_fragment(sk, skb, limit, mss_now, gfp))) in tcp_write_xmit()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_output.c | 2127 static int tso_fragment(struct sock *sk, struct sk_buff *skb, unsigned int len, in tso_fragment() function 2748 unlikely(tso_fragment(sk, skb, limit, mss_now, gfp))) in tcp_write_xmit()
|
Completed in 11 milliseconds