Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_syncache.h50 void syncache_badack(struct in_conninfo *, uint16_t);
H A Dtcp_syncache.c729 syncache_badack(struct in_conninfo *inc, uint16_t port) in syncache_badack() function
H A Dtcp_input.c1194 syncache_badack(&inc, port); /* XXX: Not needed! */ in tcp_input_with_port()