Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h422 u16 tcp_v4_get_syncookie(struct sock *sk, struct iphdr *iph,
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c1647 u16 tcp_v4_get_syncookie(struct sock *sk, struct iphdr *iph, in tcp_v4_get_syncookie() function
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c6585 mss = tcp_v4_get_syncookie(sk, iph, th, &cookie); in BPF_CALL_5()