| /freebsd/sys/netinet/ |
| H A D | in_rss.c | 211 uint32_t flowtype; in rss_mbuf_software_hash_v4() local 261 flowtype = M_HASHTYPE_GET(m); in rss_mbuf_software_hash_v4() 263 if (flowtype != M_HASHTYPE_NONE) { in rss_mbuf_software_hash_v4() 267 (flowtype == M_HASHTYPE_RSS_UDP_IPV4) && in rss_mbuf_software_hash_v4() 277 flowtype == M_HASHTYPE_RSS_IPV4) { in rss_mbuf_software_hash_v4() 283 (flowtype == M_HASHTYPE_RSS_TCP_IPV4) && in rss_mbuf_software_hash_v4() 293 flowtype == M_HASHTYPE_RSS_IPV4) { in rss_mbuf_software_hash_v4() 299 flowtype == M_HASHTYPE_RSS_IPV4) { in rss_mbuf_software_hash_v4()
|
| H A D | siftr.c | 213 u_int flowtype; member 440 pkt_node->flowtype); in siftr_process_pkt() 850 pn->flowtype = hash_type; in siftr_chkpkt() 999 pn->flowtype = hash_type; in siftr_chkpkt6()
|
| H A D | tcp_ratelimit.c | 463 uint32_t flowtype, in rl_attach_txrtlmt() argument 472 .rate_limit.hdr.flowtype = flowtype, in rl_attach_txrtlmt() 1063 params.rate_limit.hdr.flowtype = ((inp->inp_vflag & INP_IPV6) ? in rt_find_real_interface() 1066 params.rate_limit.hdr.flowtype = M_HASHTYPE_OPAQUE_HASH; in rt_find_real_interface()
|
| H A D | udp_usrreq.c | 1131 uint8_t flowtype = M_HASHTYPE_NONE; in udp_send() local 1267 flowtype = *(uint32_t *) CMSG_DATA(cm); in udp_send() 1487 if (flowtype != M_HASHTYPE_NONE) { in udp_send() 1489 M_HASHTYPE_SET(m, flowtype); in udp_send()
|
| H A D | sctp_structs.h | 399 uint8_t flowtype; member
|
| H A D | in_pcb.c | 3208 uint32_t flowtype, uint32_t flowid, uint32_t max_pacing_rate, struct m_snd_tag **st) in in_pcbattach_txrtlmt() argument 3215 .rate_limit.hdr.flowtype = flowtype, in in_pcbattach_txrtlmt()
|
| H A D | sctp_input.c | 2556 (*netp)->flowtype = mflowtype; in sctp_handle_cookie_echo() 5344 net->flowtype = mflowtype; in sctp_common_input_processing() 5411 net->flowtype = mflowtype; in sctp_common_input_processing()
|
| H A D | sctp_output.c | 4047 M_HASHTYPE_SET(m, net->flowtype); in sctp_lowlevel_chunk_output() 4315 M_HASHTYPE_SET(m, net->flowtype); in sctp_lowlevel_chunk_output()
|
| /freebsd/sys/netinet6/ |
| H A D | in6_rss.c | 215 uint32_t flowtype; in rss_mbuf_software_hash_v6() local 293 flowtype = M_HASHTYPE_GET(m); in rss_mbuf_software_hash_v6() 295 if (flowtype != M_HASHTYPE_NONE) { in rss_mbuf_software_hash_v6() 299 (flowtype == M_HASHTYPE_RSS_UDP_IPV6)) { in rss_mbuf_software_hash_v6() 308 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6() 314 (flowtype == M_HASHTYPE_RSS_TCP_IPV6)) { in rss_mbuf_software_hash_v6() 323 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6() 329 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6()
|
| /freebsd/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_hw_tls_rx.c | 95 mlx5e_tls_rx_get_ch(struct mlx5e_priv *priv, uint32_t flowid, uint32_t flowtype) in mlx5e_tls_rx_get_ch() argument 105 if (rss_hash2bucket(flowid, flowtype, &temp) == 0) in mlx5e_tls_rx_get_ch() 124 mlx5e_tls_rx_get_iq(struct mlx5e_priv *priv, uint32_t flowid, uint32_t flowtype) in mlx5e_tls_rx_get_iq() argument 132 return (&priv->channel[mlx5e_tls_rx_get_ch(priv, flowid, flowtype)].iq); in mlx5e_tls_rx_get_iq() 333 ptag->flowid, ptag->flowtype); in mlx5e_tls_rx_receive_progress_parameters_cb() 565 priv->channel[mlx5e_tls_rx_get_ch(priv, ptag->flowid, ptag->flowtype)].rqtn, in mlx5e_tls_rx_work() 693 params->hdr.flowtype == M_HASHTYPE_NONE)) in mlx5e_tls_rx_snd_tag_alloc() 707 ptag->flowtype = params->hdr.flowtype; in mlx5e_tls_rx_snd_tag_alloc() 804 iq = mlx5e_tls_rx_get_iq(priv, ptag->flowid, ptag->flowtype); in mlx5e_tls_rx_snd_tag_alloc() 983 iq = mlx5e_tls_rx_get_iq(priv, ptag->flowid, ptag->flowtype); in mlx5e_tls_rx_snd_tag_modify() [all …]
|
| H A D | en_hw_tls_rx.h | 99 uint32_t flowtype; member
|
| H A D | mlx5_en_main.c | 4403 if (unlikely(priv->gone || params->hdr.flowtype == M_HASHTYPE_NONE)) { in mlx5e_ul_snd_tag_alloc() 4412 params->hdr.flowtype, &temp) == 0) in mlx5e_ul_snd_tag_alloc()
|
| /freebsd/cddl/lib/libdtrace/ |
| H A D | siftr.d | 70 u_int flowtype; member 107 flowtype = p == NULL ? 0 : p->flowtype;
|
| /freebsd/share/dtrace/ |
| H A D | siftr | 65 args[0]->flowtype);
|
| /freebsd/sys/net/ |
| H A D | if_lagg.c | 1825 lookup_snd_tag_port(struct ifnet *ifp, uint32_t flowid, uint32_t flowtype, in lookup_snd_tag_port() argument 1841 flowtype == M_HASHTYPE_NONE) in lookup_snd_tag_port() 1850 flowtype == M_HASHTYPE_NONE) in lookup_snd_tag_port() 1901 params->hdr.flowtype, params->hdr.numa_domain); in lagg_snd_tag_alloc()
|
| H A D | if_var.h | 219 uint32_t flowtype; /* mbuf hash type */ member
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mt7915.h | 130 u8 flowtype:1; member
|
| H A D | mac.c | 2316 f->flowtype == !!(type & IEEE80211_TWT_REQTYPE_FLOWTYPE) && in mt7915_mac_twt_param_equal() 2377 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7915_mac_add_twt_setup()
|
| H A D | debugfs.c | 1188 iter->flowtype ? '-' : 'a', in mt7915_twt_stats()
|
| H A D | mcu.c | 3949 if (!flow->flowtype) in mt7915_mcu_twt_agrt_update()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mt7996.h | 208 u8 flowtype:1; member
|
| H A D | debugfs.c | 814 iter->flowtype ? '-' : 'a', in mt7996_twt_stats()
|
| H A D | mac.c | 2686 f->flowtype == !!(type & IEEE80211_TWT_REQTYPE_FLOWTYPE) && in mt7996_mac_twt_param_equal() 2748 flow->flowtype = !!(req_type & IEEE80211_TWT_REQTYPE_FLOWTYPE); in mt7996_mac_add_twt_setup()
|
| H A D | mcu.c | 4525 if (!flow->flowtype) in mt7996_mcu_twt_agrt_update()
|
| /freebsd/sys/kern/ |
| H A D | uipc_ktls.c | 983 params.hdr.flowtype = inp->inp_flowtype; in ktls_alloc_snd_tag() 1063 params.hdr.flowtype = inp->inp_flowtype; in ktls_alloc_rcv_tag() 1717 params.hdr.flowtype = inp->inp_flowtype; in ktls_reset_receive_tag()
|