Home
last modified time | relevance | path

Searched refs:tcp_request_sock_ipv4_ops (Results 1 – 3 of 3) sorted by relevance

/linux/net/mptcp/
H A Dsubflow.c328 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()
2135 subflow_request_sock_ipv4_ops = tcp_request_sock_ipv4_ops; in mptcp_subflow_init()
/linux/net/ipv4/
H A Dtcp_ipv4.c1714 const struct tcp_request_sock_ops tcp_request_sock_ipv4_ops = { variable
1741 &tcp_request_sock_ipv4_ops, sk, skb);
1886 &tcp_request_sock_ipv4_ops, sk, th);
H A Dtcp_ao.c882 treq->af_specific = &tcp_request_sock_ipv4_ops; in tcp_ao_syncookie()