Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dtcp.h441 u16 tcp_v4_get_syncookie(struct sock *sk, struct iphdr *iph,
/linux-6.14.4/net/ipv4/
Dtcp_ipv4.c1872 u16 tcp_v4_get_syncookie(struct sock *sk, struct iphdr *iph, function
/linux-6.14.4/net/core/
Dfilter.c7476 mss = tcp_v4_get_syncookie(sk, iph, th, &cookie); in BPF_CALL_5()