Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_ports_used.h88 #define NPIF_CONNECTION_IDLE 0x2000 macro
106 X(NPIF_CONNECTION_IDLE, "i", "flow connection is idle") \
H A Dif_ports_used.c967 npi.npi_flags |= NPIF_CONNECTION_IDLE; in if_ports_used_add_inpcb()
1068 npi.npi_flags |= NPIF_CONNECTION_IDLE; in if_ports_used_add_flow_entry()
1381 ev->wake_pkt_flags & NPIF_CONNECTION_IDLE ? 1 : 0, in net_port_info_log_wake_event()
1707 (npi->npi_flags & NPIF_CONNECTION_IDLE) != 0) { in if_notify_wake_packet()
2142 if (found && (npi.npi_flags & NPIF_CONNECTION_IDLE)) { in if_ports_used_match_mbuf()
2383 if (found && (npi.npi_flags & NPIF_CONNECTION_IDLE)) { in if_ports_used_match_pkt()