Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_rss.c219 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 Dtcp_ratelimit.c453 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 Dsiftr.c240 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 Dudp_usrreq.c1162 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 Dsctp_structs.h382 uint8_t flowtype; member
H A Din_pcb.c3435 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 Dsctp_input.c2602 (*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 Dsctp_output.c4052 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 Dsctp_pcb.c4041 net->flowtype = M_HASHTYPE_OPAQUE_HASH; in sctp_add_remote_addr()
/f-stack/freebsd/netinet6/
H A Din6_rss.c222 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 Dif_lagg.c1755 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 Dif_var.h200 uint32_t flowtype; /* mbuf hash type */ member
/f-stack/freebsd/kern/
H A Duipc_ktls.c867 params.hdr.flowtype = inp->inp_flowtype; in ktls_alloc_snd_tag()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c9970 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 Di40e.rst554 testpmd> set port (port_id) queue-region region_id (value) flowtype (value)
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1151 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 Dcmdline.c9765 cmdline_fixed_string_t flowtype; member
9826 flowtype, "flowtype");