Home
last modified time | relevance | path

Searched refs:tcp_v4_send_check (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c672 void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb) in tcp_v4_send_check() function
678 EXPORT_IPV6_MOD(tcp_v4_send_check);
2472 .send_check = tcp_v4_send_check,
H A Dtcp_output.c1285 INDIRECT_CALLABLE_DECLARE(void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb));
1449 tcp_v6_send_check, tcp_v4_send_check, in __tcp_transmit_skb()
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c2095 .send_check = tcp_v4_send_check,
/linux-6.15/include/net/
H A Dtcp.h493 void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb);