Searched refs:flow_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/netgraph/netflow/
H A Dnetflow_v9.c247 uint16_t flow_type; local
262 /* We can use flow_type field since fle6 offset is equal to fle */
263 flow_type = fed->r.flow_type;
265 switch (flow_type) {
330 CTR1(KTR_NET, "export9_add(): Don't know what to do with %d flow type!", flow_type);
336 if (flow_type != t->flow_type) {
338 if (t->flow_type != 0)
341 t->flow_type
[all...]
H A Dnetflow_v9.h145 uint16_t flow_type; /* current flowset */ member in struct:netflow_v9_packet_opt
H A Dng_netflow.h161 uint16_t flow_type; /* IPv4 L4/L3 flow, see NETFLOW_V9_FLOW* */ member in struct:flow_rec
184 uint16_t flow_type; /* IPv4 L4/L3 Ipv6 L4/L3 flow, see NETFLOW_V9_FLOW* */ member in struct:flow6_rec
H A Dnetflow.c678 r.flow_type = NETFLOW_V9_FLOW_V4_L4;
805 r.flow_type = NETFLOW_V9_FLOW_V6_L4;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-sflow.c669 u_int flow_type; local
689 flow_type = enterprise & 0x0FFF;
694 (enterprise == 0) ? tok2str(sflow_flow_type_values,"Unknown",flow_type) : "Unknown",
695 flow_type,
705 switch (flow_type) {
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_82599.c1635 * Get the flow_type in order to program FDIRCMD properly
1638 switch (input.formatted.flow_type) {
1654 fdircmd |= input.formatted.flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT;
1836 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) {
1950 fdircmd |= input->formatted.flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT;
2023 * Check flow_type formatting, and bail out before we touch the hardware
2026 switch (input->formatted.flow_type) {
2028 input_mask->formatted.flow_type = IXGBE_ATR_L4TYPE_IPV6_MASK;
2041 input_mask->formatted.flow_type = IXGBE_ATR_L4TYPE_IPV6_MASK |
H A Dixgbe_type.h2730 * flow_type - 1 byte
2741 u8 flow_type; member in struct:ixgbe_atr_input::__anon8215
2757 u8 flow_type; member in struct:ixgbe_atr_hash_dword::__anon8216
H A Dixgbe.c3554 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_TCPV4;
3561 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_UDPV4;

Completed in 117 milliseconds