Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_syncookie.c359 tra.intcoproc_allowed = INP_INTCOPROC_ALLOWED(inp) ? 1 : 0; in syncookie_respond()
H A Dtcp_var.h1830 intcoproc_allowed:1, member
H A Dtcp_timer.c1000 tra.intcoproc_allowed = INP_INTCOPROC_ALLOWED(inp) ? 1 : 0; in tcp_send_keep_alive()
H A Dtcp_subr.c1169 if (tra->intcoproc_allowed) { in tcp_respond()
H A Dtcp_input.c6313 tra.intcoproc_allowed = 1; in tcp_input()