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

/freebsd-12-stable/sys/netinet/
H A Din_rss.c167 * assign flowid/flowtype as appropriate.
177 uint32_t flowtype; local
217 * If the mbuf flowid/flowtype matches the packet type,
219 * then signal to the owner that it can trust the flowid/flowtype
228 flowtype = M_HASHTYPE_GET(m);
230 if (flowtype != M_HASHTYPE_NONE) {
234 (flowtype == M_HASHTYPE_RSS_UDP_IPV4) &&
244 flowtype == M_HASHTYPE_RSS_IPV4) {
250 (flowtype == M_HASHTYPE_RSS_TCP_IPV4) &&
260 flowtype
[all...]
H A Dsiftr.c235 u_int flowtype; member in struct:pkt_node
501 pkt_node->flowtype);
552 pkt_node->flowtype);
806 pn->flowtype = inp->inp_flowtype;
H A Dudp_usrreq.c1197 uint8_t flowtype = M_HASHTYPE_NONE; local
1304 flowtype = *(uint32_t *) CMSG_DATA(cm);
1579 if (flowtype != M_HASHTYPE_NONE) {
1581 M_HASHTYPE_SET(m, flowtype);
1613 * flowid/flowtype values may actually not be appropriate
H A Din_pcb.c3313 uint32_t flowtype, uint32_t flowid, uint32_t max_pacing_rate)
3319 .rate_limit.hdr.flowtype = flowtype,
3312 in_pcbattach_txrtlmt(struct inpcb *inp, struct ifnet *ifp, uint32_t flowtype, uint32_t flowid, uint32_t max_pacing_rate) argument
H A Dsctp_structs.h386 uint8_t flowtype; member in struct:sctp_nets
H A Dsctp_input.c2611 (*netp)->flowtype = mflowtype;
5387 net->flowtype = mflowtype;
5427 net->flowtype = mflowtype;
H A Dsctp_output.c4064 M_HASHTYPE_SET(m, net->flowtype);
4327 M_HASHTYPE_SET(m, net->flowtype);
H A Dsctp_pcb.c4089 net->flowtype = M_HASHTYPE_OPAQUE_HASH;
/freebsd-12-stable/sys/netinet6/
H A Din6_rss.c168 * assign flowid/flowtype as appropriate.
178 uint32_t flowtype; local
246 * If the mbuf flowid/flowtype matches the packet type,
248 * then signal to the owner that it can trust the flowid/flowtype
256 flowtype = M_HASHTYPE_GET(m);
258 if (flowtype != M_HASHTYPE_NONE) {
262 (flowtype == M_HASHTYPE_RSS_UDP_IPV6)) {
271 flowtype == M_HASHTYPE_RSS_IPV6) {
277 (flowtype == M_HASHTYPE_RSS_TCP_IPV6)) {
286 flowtype
[all...]
/freebsd-12-stable/cddl/lib/libdtrace/
H A Dsiftr.d70 u_int flowtype;
100 flowtype = p == NULL ? 0 : p->flowtype;
/freebsd-12-stable/share/dtrace/
H A Dsiftr65 printf("\tflowid %u flowtype %u\n",
67 args[0]->flowtype);
/freebsd-12-stable/sys/net/
H A Dif_var.h198 uint32_t flowtype; /* mbuf hash type */ member in struct:if_snd_tag_alloc_header
H A Dif_lagg.c1728 params->hdr.flowtype == M_HASHTYPE_NONE) {
1740 params->hdr.flowtype == M_HASHTYPE_NONE) {
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4089 if (unlikely(priv->gone || params->hdr.flowtype == M_HASHTYPE_NONE)) {
4098 params->hdr.flowtype, &temp) == 0)

Completed in 311 milliseconds