Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dtcp_ipv4.c1472 int tcp_v4_conn_request(struct sock *sk, struct sk_buff *skb) in tcp_v4_conn_request() function
1485 EXPORT_SYMBOL(tcp_v4_conn_request);
2200 .conn_request = tcp_v4_conn_request,
/Linux-v6.1/include/net/
Dtcp.h456 int tcp_v4_conn_request(struct sock *sk, struct sk_buff *skb);
/Linux-v6.1/net/ipv6/
Dtcp_ipv6.c1168 return tcp_v4_conn_request(sk, skb); in tcp_v6_conn_request()