Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Din_rss.c177 uint32_t flowtype; in rss_mbuf_software_hash_v4() local
228 flowtype = M_HASHTYPE_GET(m); in rss_mbuf_software_hash_v4()
230 if (flowtype != M_HASHTYPE_NONE) { in rss_mbuf_software_hash_v4()
234 (flowtype == M_HASHTYPE_RSS_UDP_IPV4) && in rss_mbuf_software_hash_v4()
244 flowtype == M_HASHTYPE_RSS_IPV4) { in rss_mbuf_software_hash_v4()
250 (flowtype == M_HASHTYPE_RSS_TCP_IPV4) && in rss_mbuf_software_hash_v4()
260 flowtype == M_HASHTYPE_RSS_IPV4) { in rss_mbuf_software_hash_v4()
266 flowtype == M_HASHTYPE_RSS_IPV4) { in rss_mbuf_software_hash_v4()
H A Dsiftr.c235 u_int flowtype; member
501 pkt_node->flowtype); in siftr_process_pkt()
552 pkt_node->flowtype); in siftr_process_pkt()
806 pn->flowtype = inp->inp_flowtype; in siftr_siftdata()
H A Dudp_usrreq.c1142 uint8_t flowtype = M_HASHTYPE_NONE; in udp_output() local
1244 flowtype = *(uint32_t *) CMSG_DATA(cm); in udp_output()
1519 if (flowtype != M_HASHTYPE_NONE) { in udp_output()
1521 M_HASHTYPE_SET(m, flowtype); in udp_output()
H A Dsctp_structs.h389 uint8_t flowtype; member
H A Din_pcb.c3257 uint32_t flowtype, uint32_t flowid, uint32_t max_pacing_rate) in in_pcbattach_txrtlmt() argument
3263 .rate_limit.hdr.flowtype = flowtype, in in_pcbattach_txrtlmt()
H A Dsctp_input.c2739 (*netp)->flowtype = mflowtype; in sctp_handle_cookie_echo()
5567 net->flowtype = mflowtype; in sctp_common_input_processing()
5607 net->flowtype = mflowtype; in sctp_common_input_processing()
H A Dsctp_output.c4080 M_HASHTYPE_SET(m, net->flowtype); in sctp_lowlevel_chunk_output()
4358 M_HASHTYPE_SET(m, net->flowtype); in sctp_lowlevel_chunk_output()
H A Dsctp_pcb.c4074 net->flowtype = M_HASHTYPE_OPAQUE_HASH; in sctp_add_remote_addr()
/freebsd-12.1/sys/netinet6/
H A Din6_rss.c178 uint32_t flowtype; in rss_mbuf_software_hash_v6() local
256 flowtype = M_HASHTYPE_GET(m); in rss_mbuf_software_hash_v6()
258 if (flowtype != M_HASHTYPE_NONE) { in rss_mbuf_software_hash_v6()
262 (flowtype == M_HASHTYPE_RSS_UDP_IPV6)) { in rss_mbuf_software_hash_v6()
271 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6()
277 (flowtype == M_HASHTYPE_RSS_TCP_IPV6)) { in rss_mbuf_software_hash_v6()
286 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6()
292 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6()
/freebsd-12.1/cddl/lib/libdtrace/
H A Dsiftr.d70 u_int flowtype; member
100 flowtype = p == NULL ? 0 : p->flowtype;
/freebsd-12.1/share/dtrace/
H A Dsiftr67 args[0]->flowtype);
/freebsd-12.1/sys/net/
H A Dif_var.h198 uint32_t flowtype; /* mbuf hash type */ member
H A Dif_lagg.c1544 params->hdr.flowtype == M_HASHTYPE_NONE) { in lagg_snd_tag_alloc()
1556 params->hdr.flowtype == M_HASHTYPE_NONE) { in lagg_snd_tag_alloc()
/freebsd-12.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3981 if (unlikely(priv->gone || params->hdr.flowtype == M_HASHTYPE_NONE)) { in mlx5e_ul_snd_tag_alloc()
3990 params->hdr.flowtype, &temp) == 0) in mlx5e_ul_snd_tag_alloc()