Searched refs:NPIF_TCP (Results 1 – 2 of 2) sorted by relevance
716 npi.npi_flags |= NPIF_TCP; in if_ports_used_add_inpcb()824 npi.npi_flags |= NPIF_TCP; in if_ports_used_add_flow_entry()913 npi->npi_flags & NPIF_TCP ? "tcp" : npi->npi_flags & NPIF_UDP ? "udp" : in net_port_info_log_npi()921 #define NPI_MATCH_IPV4 (NPIF_IPV4 | NPIF_TCP | NPIF_UDP)922 #define NPI_MATCH_IPV6 (NPIF_IPV6 | NPIF_TCP | NPIF_UDP)1258 npi.npi_flags |= NPIF_TCP; in if_ports_used_match_mbuf()1369 npi.npi_flags |= NPIF_TCP; in if_ports_used_match_mbuf()1600 npi.npi_flags |= NPIF_TCP; in if_ports_used_match_pkt()
75 #define NPIF_TCP 0x0004 macro