Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp.h542 u16 tcp_v4_get_syncookie(struct sock *sk, struct iphdr *iph,
/linux/net/ipv4/
H A Dtcp_ipv4.c1802 u16 tcp_v4_get_syncookie(struct sock *sk, struct iphdr *iph, function
/linux/net/core/
H A Dfilter.c7693 mss = tcp_v4_get_syncookie(sk, iph, th, &cookie); in BPF_CALL_5()