/freebsd/sys/netgraph/netflow/ |
H A D | netflow_v9.c | 243 uint16_t flow_type; in export9_add() local 259 flow_type = fed->r.flow_type; in export9_add() 261 switch (flow_type) { in export9_add() 326 CTR1(KTR_NET, "export9_add(): Don't know what to do with %d flow type!", flow_type); in export9_add() 332 if (flow_type != t->flow_type) { in export9_add() 334 if (t->flow_type != 0) in export9_add() 337 t->flow_type = flow_type; in export9_add() 341 fsh.id = htons(NETFLOW_V9_MAX_RESERVED_FLOWSET + flow_type); in export9_add()
|
H A D | ng_netflow.h | 191 uint16_t flow_type; member 214 uint16_t flow_type; member
|
H A D | netflow_v9.h | 145 uint16_t flow_type; /* current flowset */ member
|
H A D | netflow.c | 674 r.flow_type = NETFLOW_V9_FLOW_V4_L4; in ng_netflow_flow_add() 803 r.flow_type = NETFLOW_V9_FLOW_V6_L4; in ng_netflow_flow6_add()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | twt.c | 32 bool flow_type, u8 flow_id, bool protection, in wpas_twt_send_setup() argument 75 if (flow_type) in wpas_twt_send_setup()
|
H A D | wpa_supplicant_i.h | 1753 bool flow_type, u8 flow_id, bool protection,
|
H A D | ctrl_iface.c | 10367 bool flow_type = true; in wpas_ctrl_iface_send_twt_setup() local 10415 flow_type = atoi(tok_s + os_strlen(" flow_type=")); in wpas_ctrl_iface_send_twt_setup() 10435 flow_type, flow_id, protection, twt_channel, in wpas_ctrl_iface_send_twt_setup()
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_fdir.c | 116 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_TCPV4; in ixgbe_atr() 123 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_UDPV4; in ixgbe_atr()
|
H A D | ixgbe_82599.c | 1568 u8 flow_type; in ixgbe_fdir_add_signature_filter_82599() local 1579 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK); in ixgbe_fdir_add_signature_filter_82599() 1580 flow_type = input.formatted.flow_type & in ixgbe_fdir_add_signature_filter_82599() 1582 switch (flow_type) { in ixgbe_fdir_add_signature_filter_82599() 1598 fdircmd |= (u32)flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT; in ixgbe_fdir_add_signature_filter_82599() 1756 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599() 1974 if (input->formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK) in ixgbe_fdir_write_perfect_filter_82599() 1976 fdircmd |= input->formatted.flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT; in ixgbe_fdir_write_perfect_filter_82599() 2052 switch (input->formatted.flow_type) { in ixgbe_fdir_add_perfect_filter_82599() 2055 input_mask->formatted.flow_type = IXGBE_ATR_L4TYPE_IPV6_MASK; in ixgbe_fdir_add_perfect_filter_82599() [all …]
|
H A D | ixgbe_type.h | 3652 u8 flow_type; member 3671 u8 flow_type; member
|
/freebsd/contrib/tcpdump/ |
H A D | print-sflow.c | 675 u_int flow_type; in sflow_print_flow_records() local 695 flow_type = enterprise & 0x0FFF; in sflow_print_flow_records() 700 (enterprise == 0) ? tok2str(sflow_flow_type_values,"Unknown",flow_type) : "Unknown", in sflow_print_flow_records() 701 flow_type, in sflow_print_flow_records() 711 switch (flow_type) { in sflow_print_flow_records()
|
/freebsd/sys/netinet/ |
H A D | ip_input.c | 1284 uint32_t flowid, flow_type; in ip_savecontrol() local 1287 flow_type = M_HASHTYPE_GET(m); in ip_savecontrol() 1297 *mp = sbcreatecontrol(&flow_type, sizeof(uint32_t), in ip_savecontrol() 1305 uint32_t flowid, flow_type; in ip_savecontrol() local 1309 flow_type = M_HASHTYPE_GET(m); in ip_savecontrol() 1311 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { in ip_savecontrol()
|
/freebsd/sys/netinet6/ |
H A D | ip6_input.c | 1516 uint32_t flowid, flow_type; in ip6_savecontrol() 1519 flow_type = M_HASHTYPE_GET(m); in ip6_savecontrol() 1529 *mp = sbcreatecontrol(&flow_type, sizeof(uint32_t), in ip6_savecontrol() 1537 uint32_t flowid, flow_type; in ip6_savecontrol() 1541 flow_type = M_HASHTYPE_GET(m); in ip6_savecontrol() 1543 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { 1505 uint32_t flowid, flow_type; ip6_savecontrol() local 1526 uint32_t flowid, flow_type; ip6_savecontrol() local
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_mcg.c | 763 enum mlx4_net_trans_promisc_mode flow_type) in mlx4_map_sw_to_hw_steering_mode() argument 765 if (flow_type >= MLX4_FS_MODE_NUM) { in mlx4_map_sw_to_hw_steering_mode() 766 mlx4_err(dev, "Invalid flow type. type = %d\n", flow_type); in mlx4_map_sw_to_hw_steering_mode() 769 return __promisc_mode[flow_type]; in mlx4_map_sw_to_hw_steering_mode()
|
/freebsd/sys/dev/iavf/ |
H A D | virtchnl.h | 654 enum virtchnl_flow_type flow_type; member
|
/freebsd/sys/dev/ice/ |
H A D | virtchnl.h | 1365 s32 flow_type; member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 1471 enum mlx4_net_trans_promisc_mode flow_type, in __mlx4_ib_create_flow() argument 1499 if (mlx4_map_sw_to_hw_steering_mode(mdev->dev, flow_type) < 0) in __mlx4_ib_create_flow() 1509 ctrl->type = mlx4_map_sw_to_hw_steering_mode(mdev->dev, flow_type); in __mlx4_ib_create_flow()
|
/freebsd/sys/dev/mlx4/ |
H A D | device.h | 1434 enum mlx4_net_trans_promisc_mode flow_type);
|