Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dtcp_ipv4.c651 void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb) in tcp_v4_send_check() function
657 EXPORT_SYMBOL(tcp_v4_send_check);
2257 .send_check = tcp_v4_send_check,
Dtcp_output.c1230 INDIRECT_CALLABLE_DECLARE(void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb));
1385 tcp_v6_send_check, tcp_v4_send_check, in __tcp_transmit_skb()
/Linux-v6.6/net/ipv6/
Dtcp_ipv6.c1919 .send_check = tcp_v4_send_check,
/Linux-v6.6/include/net/
Dtcp.h449 void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb);