Searched refs:tcp_request_sock_ipv4_ops (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | syncookies.c | 367 &tcp_request_sock_ipv4_ops, sk, skb); in cookie_v4_check()
|
H A D | tcp_ipv4.c | 1527 const struct tcp_request_sock_ops tcp_request_sock_ipv4_ops = { variable 1549 &tcp_request_sock_ipv4_ops, sk, skb); in tcp_v4_conn_request() 1694 &tcp_request_sock_ipv4_ops, sk, th); in tcp_v4_get_syncookie()
|
/openbmc/linux/net/mptcp/ |
H A D | subflow.c | 311 dst = tcp_request_sock_ipv4_ops.route_req(sk, skb, fl, req); in subflow_v4_route_req() 349 return tcp_request_sock_ipv4_ops.send_synack(sk, dst, fl, req, foc, in subflow_v4_send_synack() 2084 subflow_request_sock_ipv4_ops = tcp_request_sock_ipv4_ops; in mptcp_subflow_init()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 2161 extern const struct tcp_request_sock_ops tcp_request_sock_ipv4_ops;
|