Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_subr.c341 static int tcp_default_handoff_ok(struct tcpcb *tp);
353 .tfb_tcp_handoff_ok = tcp_default_handoff_ok,
684 tcp_default_handoff_ok(struct tcpcb *tp) in tcp_default_handoff_ok() function