Home
last modified time | relevance | path

Searched refs:M_HASHTYPE_NONE (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_rss.c192 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v4()
272 if (flowtype != M_HASHTYPE_NONE) { in rss_mbuf_software_hash_v4()
H A Dudp_usrreq.c1162 uint8_t flowtype = M_HASHTYPE_NONE; in udp_output()
1484 if (flowtype != M_HASHTYPE_NONE) { in udp_output()
H A Dtcp_syncache.c916 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()
H A Din_pcb.c2658 !(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()
H A Dtcp_input.c935 if ((inp->inp_flowtype == M_HASHTYPE_NONE) && in tcp_input()
936 (M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) && in tcp_input()
H A Dtcp_hpts.c1191 if (inp->inp_flowtype == M_HASHTYPE_NONE) in hpts_cpuid()
H A Dsctp_input.c5822 if (M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) { in sctp_input()
/f-stack/freebsd/netinet6/
H A Din6_rss.c194 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v6()
302 if (flowtype != M_HASHTYPE_NONE) { in rss_mbuf_software_hash_v6()
H A Din6_pcb.c1387 M_HASHTYPE_TEST(m, M_HASHTYPE_NONE) == 0) { in in6_pcblookup_mbuf()
/f-stack/freebsd/net/
H A Dnetisr.c841 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()
H A Dif_lagg.c1771 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()
H A Dieee8023ad_lacp.c892 M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) in lacp_select_tx_port()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h330 #define M_HASHTYPE_NONE 0 macro
/f-stack/freebsd/sys/
H A Dmbuf.h536 #define M_HASHTYPE_NONE 0 macro