Searched refs:flow (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-11.0-release/sys/netinet/
H A Dip_fw.h229 O_FLOW6ID, /* for flow id tag in the ipv6 pkt */
638 * This structure is used as a flow mask and a flow id for various
675 struct ipfw_flow_id id; /* (masked) flow id */
715 #define IPFW_TABLE_FLOW 4 /* Table for holding flow data */
801 /* IPv4/IPv6 L4 flow description */
853 struct tflow_entry flow; member in union:_ipfw_obj_tentry::__anon12733
/freebsd-11.0-release/sbin/ipfw/
H A Dtables.c83 { "flow", IPFW_TABLE_FLOW },
345 "unable to parse flow option %s", e);
382 * ipfw table NAME create [ type { addr | iface | number | flow } ]
1183 tfe = &tentry->k.flow;
1821 tfe = &tent->k.flow;
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_output.c1039 uint32_t flow; local
1045 offsetof(struct ip6_hdr, ip6_flow), sizeof(flow),
1046 (caddr_t) &flow);
1047 tos = (uint8_t)(ntohl(flow) >> 20);
/freebsd-11.0-release/contrib/gcc/
H A DMakefile.in806 TREE_FLOW_H = tree-flow.h tree-flow-inline.h tree-ssa-operands.h \
1006 expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o \
2423 tree-flow-inline.h $(TIMEVAR_H) tree-pass.h
2428 flow.o : flow.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
2871 $(srcdir)/tree-mudflap.c $(srcdir)/tree-flow.h \
/freebsd-11.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c803 * Save incoming MTU (peer's outgoing MTU) and outgoing flow
1005 * incoming MTU) and incoming flow spec.
1531 * does not provide any flow control.
2046 /* Default flow */
2336 case SO_L2CAP_IFLOW: /* get incoming flow spec. */
2341 case SO_L2CAP_OFLOW: /* get outgoing flow spec. */
2383 case SO_L2CAP_OFLOW: /* set outgoing flow spec. */
2384 error = sooptcopyin(sopt, &v, sizeof(v),sizeof(v.flow));
2386 bcopy(&v.flow, &pcb->oflow, sizeof(pcb->oflow));
/freebsd-11.0-release/sbin/ping6/
H A Dping6.c2513 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; local
2523 (ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c74 * there are the following types: "addr", "iface", "number" and "flow".
3050 * flow:hash cmds
3368 tfe = &tent->k.flow;
3453 tei.paddr = &tent->k.flow;
3754 .name = "flow:hash",
/freebsd-11.0-release/sys/dev/bxe/
H A Dbxe.c3060 /* specify what RSS queue was used for this flow */
3349 /* specify what RSS queue was used for this flow */
6559 * 20 - Chip reset flow bit. When set none-leader must wait for both engines
6964 /* dropless flow control */
8572 * This flow may have been scheduled by the arrival of a ramrod
11696 const char *flow; local
11715 flow = "ON - receive & transmit";
11720 flow = "ON - receive";
11725 flow = "ON - transmit";
11727 flow
[all...]

Completed in 216 milliseconds

12