Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_rss.c392 M_HASHTYPE_SET(m, hash_type); in rss_soft_m2cpuid_v4()
H A Draw_ip.c497 M_HASHTYPE_SET(m, hash_type); in rip_output()
543 M_HASHTYPE_SET(m, hash_type); in rip_output()
H A Dip_reass.c528 M_HASHTYPE_SET(m, rss_type); in ip_reass()
H A Dudp_usrreq.c1486 M_HASHTYPE_SET(m, flowtype); in udp_output()
1495 M_HASHTYPE_SET(m, hash_type); in udp_output()
H A Dip_output.c349 M_HASHTYPE_SET(m, inp->inp_flowtype); in ip_output()
H A Dtcp_syncache.c2037 M_HASHTYPE_SET(m, M_HASHTYPE_GET(m0)); in syncache_respond()
H A Dsctp_output.c4052 M_HASHTYPE_SET(m, net->flowtype); in sctp_lowlevel_chunk_output()
4055 M_HASHTYPE_SET(m, mflowtype); in sctp_lowlevel_chunk_output()
4312 M_HASHTYPE_SET(m, net->flowtype); in sctp_lowlevel_chunk_output()
4315 M_HASHTYPE_SET(m, mflowtype); in sctp_lowlevel_chunk_output()
11071 M_HASHTYPE_SET(mout, mflowtype); in sctp_send_resp_msg()
H A Dsctp_input.c5841 M_HASHTYPE_SET(m, M_HASHTYPE_OPAQUE_HASH); in sctp_input()
/f-stack/freebsd/netinet6/
H A Din6_rss.c415 M_HASHTYPE_SET(m, hash_type); in rss_soft_m2cpuid_v6()
H A Dudp6_usrreq.c964 M_HASHTYPE_SET(m, hash_type); in udp6_output()
H A Dip6_output.c461 M_HASHTYPE_SET(m, inp->inp_flowtype); in ip6_output()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h353 #define M_HASHTYPE_SET(m, v) ((m)->m_pkthdr.rsstype = (v)) macro
/f-stack/freebsd/sys/
H A Dmbuf.h556 #define M_HASHTYPE_SET(m, v) ((m)->m_pkthdr.rsstype = (v)) macro
/f-stack/freebsd/net/
H A Diflib.c2808 M_HASHTYPE_SET(m, ri->iri_rsstype); in iflib_rxd_pkt_get()