Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dtoecore.h146 int toe_4tuple_check(struct in_conninfo *, struct tcphdr *, struct ifnet *);
H A Dtoecore.c384 toe_4tuple_check(struct in_conninfo *inc, struct tcphdr *th, struct ifnet *ifp) in toe_4tuple_check() function
/src/sys/dev/cxgbe/tom/
H A Dt4_listen.c1474 if (toe_4tuple_check(&inc, &th, ifp) != 0) { in do_pass_accept_req()