Searched refs:tcp_request_sock_ipv4_ops (Results 1 – 4 of 4) sorted by relevance
| /linux/net/mptcp/ |
| H A D | subflow.c | 328 dst = tcp_request_sock_ipv4_ops.route_req(sk, skb, fl, req, tw_isn); in subflow_v4_route_req() 367 return tcp_request_sock_ipv4_ops.send_synack(sk, dst, fl, req, foc, in subflow_v4_send_synack() 2150 subflow_request_sock_ipv4_ops = tcp_request_sock_ipv4_ops; in mptcp_subflow_init()
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 1663 const struct tcp_request_sock_ops tcp_request_sock_ipv4_ops = { variable 1689 &tcp_request_sock_ipv4_ops, sk, skb); 1840 &tcp_request_sock_ipv4_ops, sk, th);
|
| H A D | tcp_ao.c | 882 treq->af_specific = &tcp_request_sock_ipv4_ops; in tcp_ao_syncookie()
|
| /linux/include/net/ |
| H A D | tcp.h | 2478 extern const struct tcp_request_sock_ops tcp_request_sock_ipv4_ops;
|