Searched refs:tcp_request_sock_ipv6_ops (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/ipv6/ |
D | syncookies.c | 175 &tcp_request_sock_ipv6_ops, sk, skb); in cookie_v6_check()
|
D | tcp_ipv6.c | 829 const struct tcp_request_sock_ops tcp_request_sock_ipv6_ops = { variable 1154 &tcp_request_sock_ipv6_ops, sk, th); in tcp_v6_get_syncookie() 1177 &tcp_request_sock_ipv6_ops, sk, skb); in tcp_v6_conn_request()
|
/Linux-v6.6/net/mptcp/ |
D | subflow.c | 348 return tcp_request_sock_ipv6_ops.send_synack(sk, dst, fl, req, foc, in subflow_v6_send_synack() 363 dst = tcp_request_sock_ipv6_ops.route_req(sk, skb, fl, req); in subflow_v6_route_req() 2032 subflow_request_sock_ipv6_ops = tcp_request_sock_ipv6_ops; in mptcp_subflow_init()
|
/Linux-v6.6/include/net/ |
D | tcp.h | 2154 extern const struct tcp_request_sock_ops tcp_request_sock_ipv6_ops;
|