Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c336 static int tcp_default_handoff_ok(struct tcpcb *tp);
352 .tfb_tcp_handoff_ok = tcp_default_handoff_ok,
1010 tcp_default_handoff_ok(struct tcpcb *tp) in tcp_default_handoff_ok() function