Searched refs:flowtype (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/sys/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 | 455 uint32_t flowtype, in rl_attach_txrtlmt() argument 464 .rate_limit.hdr.flowtype = flowtype, in rl_attach_txrtlmt() 1055 params.rate_limit.hdr.flowtype = ((inp->inp_vflag & INP_IPV6) ? in rt_find_real_interface() 1058 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 | 1165 uint8_t flowtype = M_HASHTYPE_NONE; in udp_output() local 1256 flowtype = *(uint32_t *) CMSG_DATA(cm); in udp_output() 1488 if (flowtype != M_HASHTYPE_NONE) { in udp_output() 1490 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 | 3391 uint32_t flowtype, uint32_t flowid, uint32_t max_pacing_rate, struct m_snd_tag **st) in in_pcbattach_txrtlmt() argument 3398 .rate_limit.hdr.flowtype = flowtype, in in_pcbattach_txrtlmt()
|
| H A D | sctp_input.c | 2566 (*netp)->flowtype = mflowtype; in sctp_handle_cookie_echo() 5305 net->flowtype = mflowtype; in sctp_common_input_processing() 5345 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 | 4059 net->flowtype = M_HASHTYPE_OPAQUE_HASH; in sctp_add_remote_addr()
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/cddl/lib/libdtrace/ |
| H A D | siftr.d | 70 u_int flowtype; member 100 flowtype = p == NULL ? 0 : p->flowtype;
|
| /freebsd-13.1/share/dtrace/ |
| H A D | siftr | 67 args[0]->flowtype);
|
| /freebsd-13.1/sys/net/ |
| H A D | if_lagg.c | 1759 lookup_snd_tag_port(struct ifnet *ifp, uint32_t flowid, uint32_t flowtype, in lookup_snd_tag_port() argument 1775 flowtype == M_HASHTYPE_NONE) in lookup_snd_tag_port() 1784 flowtype == M_HASHTYPE_NONE) in lookup_snd_tag_port() 1806 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
|
| /freebsd-13.1/sys/kern/ |
| H A D | uipc_ktls.c | 911 params.hdr.flowtype = inp->inp_flowtype; in ktls_alloc_snd_tag()
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_main.c | 4312 if (unlikely(priv->gone || params->hdr.flowtype == M_HASHTYPE_NONE)) { in mlx5e_ul_snd_tag_alloc() 4321 params->hdr.flowtype, &temp) == 0) in mlx5e_ul_snd_tag_alloc()
|