| /f-stack/freebsd/netinet/ |
| H A D | in_rss.c | 219 uint32_t flowtype; in rss_mbuf_software_hash_v4() local 270 flowtype = M_HASHTYPE_GET(m); in rss_mbuf_software_hash_v4() 272 if (flowtype != M_HASHTYPE_NONE) { in rss_mbuf_software_hash_v4() 276 (flowtype == M_HASHTYPE_RSS_UDP_IPV4) && in rss_mbuf_software_hash_v4() 286 flowtype == M_HASHTYPE_RSS_IPV4) { in rss_mbuf_software_hash_v4() 292 (flowtype == M_HASHTYPE_RSS_TCP_IPV4) && in rss_mbuf_software_hash_v4() 302 flowtype == M_HASHTYPE_RSS_IPV4) { in rss_mbuf_software_hash_v4() 308 flowtype == M_HASHTYPE_RSS_IPV4) { in rss_mbuf_software_hash_v4()
|
| H A D | tcp_ratelimit.c | 453 uint32_t flowtype, in rl_attach_txrtlmt() argument 462 .rate_limit.hdr.flowtype = flowtype, in rl_attach_txrtlmt() 1008 params.rate_limit.hdr.flowtype = ((inp->inp_vflag & INP_IPV6) ? in rt_find_real_interface() 1011 params.rate_limit.hdr.flowtype = M_HASHTYPE_OPAQUE_HASH; in rt_find_real_interface()
|
| H A D | siftr.c | 240 u_int flowtype; member 502 pkt_node->flowtype); in siftr_process_pkt() 553 pkt_node->flowtype); in siftr_process_pkt() 802 pn->flowtype = inp->inp_flowtype; in siftr_siftdata()
|
| H A D | udp_usrreq.c | 1162 uint8_t flowtype = M_HASHTYPE_NONE; in udp_output() local 1253 flowtype = *(uint32_t *) CMSG_DATA(cm); in udp_output() 1484 if (flowtype != M_HASHTYPE_NONE) { in udp_output() 1486 M_HASHTYPE_SET(m, flowtype); in udp_output()
|
| H A D | sctp_structs.h | 382 uint8_t flowtype; member
|
| H A D | in_pcb.c | 3435 uint32_t flowtype, uint32_t flowid, uint32_t max_pacing_rate, struct m_snd_tag **st) in in_pcbattach_txrtlmt() argument 3442 .rate_limit.hdr.flowtype = flowtype, in in_pcbattach_txrtlmt()
|
| H A D | sctp_input.c | 2602 (*netp)->flowtype = mflowtype; in sctp_handle_cookie_echo() 5370 net->flowtype = mflowtype; in sctp_common_input_processing() 5410 net->flowtype = mflowtype; in sctp_common_input_processing()
|
| H A D | sctp_output.c | 4052 M_HASHTYPE_SET(m, net->flowtype); in sctp_lowlevel_chunk_output() 4312 M_HASHTYPE_SET(m, net->flowtype); in sctp_lowlevel_chunk_output()
|
| H A D | sctp_pcb.c | 4041 net->flowtype = M_HASHTYPE_OPAQUE_HASH; in sctp_add_remote_addr()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_rss.c | 222 uint32_t flowtype; in rss_mbuf_software_hash_v6() local 300 flowtype = M_HASHTYPE_GET(m); in rss_mbuf_software_hash_v6() 302 if (flowtype != M_HASHTYPE_NONE) { in rss_mbuf_software_hash_v6() 306 (flowtype == M_HASHTYPE_RSS_UDP_IPV6)) { in rss_mbuf_software_hash_v6() 315 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6() 321 (flowtype == M_HASHTYPE_RSS_TCP_IPV6)) { in rss_mbuf_software_hash_v6() 330 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6() 336 flowtype == M_HASHTYPE_RSS_IPV6) { in rss_mbuf_software_hash_v6()
|
| /f-stack/freebsd/net/ |
| H A D | if_lagg.c | 1755 lookup_snd_tag_port(struct ifnet *ifp, uint32_t flowid, uint32_t flowtype, in lookup_snd_tag_port() argument 1771 flowtype == M_HASHTYPE_NONE) in lookup_snd_tag_port() 1780 flowtype == M_HASHTYPE_NONE) in lookup_snd_tag_port() 1805 params->hdr.flowtype, params->hdr.numa_domain); in lagg_snd_tag_alloc()
|
| H A D | if_var.h | 200 uint32_t flowtype; /* mbuf hash type */ member
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_ktls.c | 867 params.hdr.flowtype = inp->inp_flowtype; in ktls_alloc_snd_tag()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 9970 uint16_t flowtype; in i40e_pctype_to_flowtype() local 9973 for (flowtype = RTE_ETH_FLOW_UNKNOWN + 1; flowtype < I40E_FLOW_TYPE_MAX; in i40e_pctype_to_flowtype() 9974 flowtype++) { in i40e_pctype_to_flowtype() 9975 if (adapter->pctypes_tbl[flowtype] & pctype_mask) in i40e_pctype_to_flowtype() 9976 return flowtype; in i40e_pctype_to_flowtype()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | i40e.rst | 554 testpmd> set port (port_id) queue-region region_id (value) flowtype (value)
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1151 Set flowtype mapping on a RSS queue region on a port:: 1153 testpmd> set port (port_id) queue-region region_id (value) flowtype (value) 1157 * For the flowtype(pctype) of packet,the specific index for each type has
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 9765 cmdline_fixed_string_t flowtype; member 9826 flowtype, "flowtype");
|