Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.h89 int tcp_fastopen_check_cookie(struct in_conninfo *, uint8_t *, unsigned int,
100 #define tcp_fastopen_check_cookie(i, c, l, lc) (-1) macro
H A Dtcp_fastopen.c612 tcp_fastopen_check_cookie(struct in_conninfo *inc, uint8_t *cookie, in tcp_fastopen_check_cookie() function
H A Dtcp_syncache.c1524 result = tcp_fastopen_check_cookie(inc, in syncache_add()