Searched refs:NPIF_UDP (Results 1 – 2 of 2) sorted by relevance
731 npi.npi_flags |= NPIF_UDP; in if_ports_used_add_inpcb()836 npi.npi_flags |= NPIF_UDP; in if_ports_used_add_flow_entry()923 npi->npi_flags & NPIF_TCP ? "tcp" : npi->npi_flags & NPIF_UDP ? "udp" : in net_port_info_log_npi()931 #define NPI_MATCH_IPV4 (NPIF_IPV4 | NPIF_TCP | NPIF_UDP)932 #define NPI_MATCH_IPV6 (NPIF_IPV6 | NPIF_TCP | NPIF_UDP)1391 npi.npi_flags |= NPIF_UDP; in if_ports_used_match_mbuf()1530 npi.npi_flags |= NPIF_UDP; in if_ports_used_match_mbuf()1789 npi.npi_flags |= NPIF_UDP; in if_ports_used_match_pkt()
76 #define NPIF_UDP 0x0008 macro