Home
last modified time | relevance | path

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

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