Searched refs:tcp_request_sock_ipv6_ops (Results 1 – 4 of 4) sorted by relevance
| /linux/net/mptcp/ |
| H A D | subflow.c | 381 return tcp_request_sock_ipv6_ops.send_synack(sk, dst, fl, req, foc, in subflow_v6_send_synack() 397 dst = tcp_request_sock_ipv6_ops.route_req(sk, skb, fl, req, tw_isn); in subflow_v6_route_req() 2163 subflow_request_sock_ipv6_ops = tcp_request_sock_ipv6_ops; in mptcp_subflow_init()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 846 const struct tcp_request_sock_ops tcp_request_sock_ipv6_ops = { variable 1318 &tcp_request_sock_ipv6_ops, sk, th); 1341 &tcp_request_sock_ipv6_ops, sk, skb);
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 878 treq->af_specific = &tcp_request_sock_ipv6_ops; in tcp_ao_syncookie()
|
| /linux/include/net/ |
| H A D | tcp.h | 2418 extern const struct tcp_request_sock_ops tcp_request_sock_ipv6_ops;
|