Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.c947 npi.npi_flags |= NPIF_CONNECTION_IDLE; in if_ports_used_add_inpcb()
1048 npi.npi_flags |= NPIF_CONNECTION_IDLE; in if_ports_used_add_flow_entry()
1361 ev->wake_pkt_flags & NPIF_CONNECTION_IDLE ? 1 : 0, in net_port_info_log_wake_event()
1687 (npi->npi_flags & NPIF_CONNECTION_IDLE) != 0) { in if_notify_wake_packet()
2118 if (found && (npi.npi_flags & NPIF_CONNECTION_IDLE)) { in if_ports_used_match_mbuf()
2359 if (found && (npi.npi_flags & NPIF_CONNECTION_IDLE)) { in if_ports_used_match_pkt()