Searched refs:M_HASHTYPE_NONE (Results 1 – 14 of 14) sorted by relevance
192 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v4()272 if (flowtype != M_HASHTYPE_NONE) { in rss_mbuf_software_hash_v4()
1162 uint8_t flowtype = M_HASHTYPE_NONE; in udp_output()1484 if (flowtype != M_HASHTYPE_NONE) { in udp_output()
916 if (m != NULL && M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) { in syncache_socket()2035 if (m0 != NULL && M_HASHTYPE_GET(m0) != M_HASHTYPE_NONE) { in syncache_respond()
2658 !(M_HASHTYPE_TEST(m, M_HASHTYPE_NONE))) { in in_pcblookup_mbuf()3538 if (M_HASHTYPE_GET(mb) == M_HASHTYPE_NONE) { in in_pcboutput_txrtlmt_locked()
935 if ((inp->inp_flowtype == M_HASHTYPE_NONE) && in tcp_input()936 (M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) && in tcp_input()
1191 if (inp->inp_flowtype == M_HASHTYPE_NONE) in hpts_cpuid()
5822 if (M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) { in sctp_input()
194 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v6()302 if (flowtype != M_HASHTYPE_NONE) { in rss_mbuf_software_hash_v6()
1387 M_HASHTYPE_TEST(m, M_HASHTYPE_NONE) == 0) { in in6_pcblookup_mbuf()
841 if (M_HASHTYPE_GET(m) == M_HASHTYPE_NONE && in netisr_select_cpuid()847 if (M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) { in netisr_select_cpuid()
1771 flowtype == M_HASHTYPE_NONE) in lookup_snd_tag_port()1780 flowtype == M_HASHTYPE_NONE) in lookup_snd_tag_port()2506 M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) in lagg_lb_start()
892 M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) in lacp_select_tx_port()
330 #define M_HASHTYPE_NONE 0 macro
536 #define M_HASHTYPE_NONE 0 macro