Home
last modified time | relevance | path

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

/linux-6.8/net/ipv4/
Dtcp_ipv4.c659 void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb) in tcp_v4_send_check() function
665 EXPORT_SYMBOL(tcp_v4_send_check);
2435 .send_check = tcp_v4_send_check,
Dtcp_output.c1268 INDIRECT_CALLABLE_DECLARE(void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb));
1432 tcp_v6_send_check, tcp_v4_send_check, in __tcp_transmit_skb()
/linux-6.8/include/net/
Dtcp.h457 void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb);
/linux-6.8/net/ipv6/
Dtcp_ipv6.c2086 .send_check = tcp_v4_send_check,