Searched refs:__tcp_v4_send_check (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_offload.c | 48 		__tcp_v4_send_check(skb, iph->saddr, iph->daddr);  in tcp4_gso_segment()
 | 
| D | tcp_ipv4.c | 620 void __tcp_v4_send_check(struct sk_buff *skb, __be32 saddr, __be32 daddr)  in __tcp_v4_send_check()  function634 	__tcp_v4_send_check(skb, inet->inet_saddr, inet->inet_daddr);  in tcp_v4_send_check()
 956 		__tcp_v4_send_check(skb, ireq->ir_loc_addr, ireq->ir_rmt_addr);  in tcp_v4_send_synack()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | tcp.h | 1905 void __tcp_v4_send_check(struct sk_buff *skb, __be32 saddr, __be32 daddr);
 |