Home
last modified time | relevance | path

Searched refs:M_HASHTYPE_GET (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_rss.c270 flowtype = M_HASHTYPE_GET(m); in rss_mbuf_software_hash_v4()
388 *cpuid = rss_hash2cpuid(m->m_pkthdr.flowid, M_HASHTYPE_GET(m)); in rss_soft_m2cpuid_v4()
393 *cpuid = rss_hash2cpuid(m->m_pkthdr.flowid, M_HASHTYPE_GET(m)); in rss_soft_m2cpuid_v4()
H A Din_pcbgroup.c266 return (in_pcbgroup_byhash(pcbinfo, M_HASHTYPE_GET(m), in in_pcbgroup_bymbuf()
H A Dip_input.c1307 flow_type = M_HASHTYPE_GET(m); in ip_savecontrol()
1329 flow_type = M_HASHTYPE_GET(m); in ip_savecontrol()
H A Dtcp_syncache.c916 if (m != NULL && M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) { in syncache_socket()
918 inp->inp_flowtype = M_HASHTYPE_GET(m); in syncache_socket()
2035 if (m0 != NULL && M_HASHTYPE_GET(m0) != M_HASHTYPE_NONE) { in syncache_respond()
2037 M_HASHTYPE_SET(m, M_HASHTYPE_GET(m0)); in syncache_respond()
H A Din_pcb.c2659 pcbgroup = in_pcbgroup_byhash(pcbinfo, M_HASHTYPE_GET(m), in in_pcblookup_mbuf()
3538 if (M_HASHTYPE_GET(mb) == M_HASHTYPE_NONE) { in in_pcboutput_txrtlmt_locked()
3541 error = in_pcbattach_txrtlmt(inp, ifp, M_HASHTYPE_GET(mb), in in_pcboutput_txrtlmt_locked()
H A Dtcp_lro.c1442 (((uint64_t)M_HASHTYPE_GET(mb)) << 56) | in tcp_lro_queue_mbuf()
H A Dtcp_input.c936 (M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) && in tcp_input()
940 inp->inp_flowtype = M_HASHTYPE_GET(m); in tcp_input()
H A Dsctp_input.c5738 mflowtype = M_HASHTYPE_GET(m); in sctp_input_with_port()
5822 if (M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) { in sctp_input()
/f-stack/freebsd/netinet6/
H A Din6_rss.c300 flowtype = M_HASHTYPE_GET(m); in rss_mbuf_software_hash_v6()
411 *cpuid = rss_hash2cpuid(m->m_pkthdr.flowid, M_HASHTYPE_GET(m)); in rss_soft_m2cpuid_v6()
416 *cpuid = rss_hash2cpuid(m->m_pkthdr.flowid, M_HASHTYPE_GET(m)); in rss_soft_m2cpuid_v6()
H A Din6_pcbgroup.c95 return (in6_pcbgroup_byhash(pcbinfo, M_HASHTYPE_GET(m), in in6_pcbgroup_bymbuf()
H A Dip6_input.c1510 flow_type = M_HASHTYPE_GET(m); in ip6_savecontrol()
1532 flow_type = M_HASHTYPE_GET(m); in ip6_savecontrol()
H A Dsctp6_usrreq.c100 mflowtype = M_HASHTYPE_GET(m); in sctp6_input_with_port()
H A Din6_pcb.c1388 pcbgroup = in6_pcbgroup_byhash(pcbinfo, M_HASHTYPE_GET(m), in in6_pcblookup_mbuf()
/f-stack/freebsd/net/
H A Drss_config.c403 *cpuid = rss_hash2cpuid(m->m_pkthdr.flowid, M_HASHTYPE_GET(m)); in rss_m2cpuid()
413 return(rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m), in rss_m2bucket()
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 Dieee8023ad_lacp.c892 M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) in lacp_select_tx_port()
H A Dif_lagg.c2506 M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) in lagg_lb_start()
H A Diflib.c4090 if ((NTXQSETS(ctx) > 1) && M_HASHTYPE_GET(m) && !ALTQ_IS_ENABLED(&ifp->if_snd)) in iflib_if_transmit()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h352 #define M_HASHTYPE_GET(m) ((m)->m_pkthdr.rsstype) macro
354 #define M_HASHTYPE_TEST(m, v) (M_HASHTYPE_GET(m) == (v))
355 #define M_HASHTYPE_ISHASH(m) (M_HASHTYPE_GET(m) & M_HASHTYPE_HASHPROP)
/f-stack/freebsd/sys/
H A Dmbuf.h555 #define M_HASHTYPE_GET(m) ((m)->m_pkthdr.rsstype) macro
557 #define M_HASHTYPE_TEST(m, v) (M_HASHTYPE_GET(m) == (v))
558 #define M_HASHTYPE_ISHASH(m) (M_HASHTYPE_GET(m) & M_HASHTYPE_HASHPROP)