Searched refs:tcp_request_sock_ipv6_ops (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | syncookies.c | 175 &tcp_request_sock_ipv6_ops, sk, skb); in cookie_v6_check()
|
H A D | tcp_ipv6.c | 823 const struct tcp_request_sock_ops tcp_request_sock_ipv6_ops = { variable 1148 &tcp_request_sock_ipv6_ops, sk, th); in tcp_v6_get_syncookie() 1171 &tcp_request_sock_ipv6_ops, sk, skb); in tcp_v6_conn_request()
|
/openbmc/linux/net/mptcp/ |
H A D | subflow.c | 363 return tcp_request_sock_ipv6_ops.send_synack(sk, dst, fl, req, foc, in subflow_v6_send_synack() 378 dst = tcp_request_sock_ipv6_ops.route_req(sk, skb, fl, req); in subflow_v6_route_req() 2113 subflow_request_sock_ipv6_ops = tcp_request_sock_ipv6_ops; in mptcp_subflow_init()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 2163 extern const struct tcp_request_sock_ops tcp_request_sock_ipv6_ops;
|