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

/freebsd-11-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.c233 u_int flowtype; member in struct:pkt_node
494 pkt_node->flowtype);
545 pkt_node->flowtype);
799 pn->flowtype = inp->inp_flowtype;
H A Dudp_usrreq.c1111 uint8_t flowtype = M_HASHTYPE_NONE; local
1199 flowtype = *(uint32_t *) CMSG_DATA(cm);
1466 if (flowtype != M_HASHTYPE_NONE) {
1468 M_HASHTYPE_SET(m, flowtype);
1501 * flowid/flowtype values may actually not be appropriate
H A Dsctp_structs.h387 uint8_t flowtype; member in struct:sctp_nets
H A Dsctp_input.c2750 (*netp)->flowtype = mflowtype;
5571 net->flowtype = mflowtype;
5610 net->flowtype = mflowtype;
H A Dsctp_output.c4075 M_HASHTYPE_SET(m, net->flowtype);
4352 M_HASHTYPE_SET(m, net->flowtype);
H A Dsctp_pcb.c4070 net->flowtype = M_HASHTYPE_OPAQUE_HASH;
/freebsd-11-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-11-stable/cddl/lib/libdtrace/
H A Dsiftr.d70 u_int flowtype;
100 flowtype = p == NULL ? 0 : p->flowtype;
/freebsd-11-stable/share/dtrace/
H A Dsiftr65 printf("\tflowid %u flowtype %u\n",
67 args[0]->flowtype);

Completed in 236 milliseconds