| /freebsd-13.1/sys/netgraph/netflow/ |
| H A D | netflow_v9.c | 247 uint16_t flow_type; in export9_add() local 263 flow_type = fed->r.flow_type; in export9_add() 265 switch (flow_type) { in export9_add() 330 CTR1(KTR_NET, "export9_add(): Don't know what to do with %d flow type!", flow_type); in export9_add() 336 if (flow_type != t->flow_type) { in export9_add() 338 if (t->flow_type != 0) in export9_add() 341 t->flow_type = flow_type; in export9_add() 345 fsh.id = htons(NETFLOW_V9_MAX_RESERVED_FLOWSET + flow_type); in export9_add()
|
| H A D | ng_netflow.h | 192 uint16_t flow_type; member 215 uint16_t flow_type; member
|
| H A D | netflow_v9.h | 147 uint16_t flow_type; /* current flowset */ member
|
| H A D | netflow.c | 675 r.flow_type = NETFLOW_V9_FLOW_V4_L4; in ng_netflow_flow_add() 804 r.flow_type = NETFLOW_V9_FLOW_V6_L4; in ng_netflow_flow6_add()
|
| /freebsd-13.1/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 | 1648 bool flow_type, u8 flow_id, bool protection,
|
| H A D | ctrl_iface.c | 9981 bool flow_type = true; in wpas_ctrl_iface_send_twt_setup() local 10027 flow_type = atoi(tok_s + os_strlen(" flow_type=")); in wpas_ctrl_iface_send_twt_setup() 10047 flow_type, flow_id, protection, twt_channel, in wpas_ctrl_iface_send_twt_setup()
|
| /freebsd-13.1/sys/dev/ixgbe/ |
| H A D | if_fdir.c | 117 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_TCPV4; in ixgbe_atr() 124 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_UDPV4; in ixgbe_atr()
|
| H A D | ixgbe_82599.c | 1551 u8 flow_type; in ixgbe_fdir_add_signature_filter_82599() local 1562 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK); in ixgbe_fdir_add_signature_filter_82599() 1563 flow_type = input.formatted.flow_type & in ixgbe_fdir_add_signature_filter_82599() 1565 switch (flow_type) { in ixgbe_fdir_add_signature_filter_82599() 1581 fdircmd |= (u32)flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT; in ixgbe_fdir_add_signature_filter_82599() 1739 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599() 1955 if (input->formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK) in ixgbe_fdir_write_perfect_filter_82599() 1957 fdircmd |= input->formatted.flow_type << IXGBE_FDIRCMD_FLOW_TYPE_SHIFT; in ixgbe_fdir_write_perfect_filter_82599() 2033 switch (input->formatted.flow_type) { in ixgbe_fdir_add_perfect_filter_82599() 2036 input_mask->formatted.flow_type = IXGBE_ATR_L4TYPE_IPV6_MASK; in ixgbe_fdir_add_perfect_filter_82599() [all …]
|
| H A D | ixgbe_type.h | 3594 u8 flow_type; member 3613 u8 flow_type; member
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-sflow.c | 714 u_int flow_type; in sflow_print_flow_records() local 735 flow_type = enterprise & 0x0FFF; in sflow_print_flow_records() 740 (enterprise == 0) ? tok2str(sflow_flow_type_values,"Unknown",flow_type) : "Unknown", in sflow_print_flow_records() 741 flow_type, in sflow_print_flow_records() 751 switch (flow_type) { in sflow_print_flow_records()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | ip_input.c | 1317 uint32_t flowid, flow_type; in ip_savecontrol() local 1320 flow_type = M_HASHTYPE_GET(m); in ip_savecontrol() 1330 *mp = sbcreatecontrol((caddr_t) &flow_type, in ip_savecontrol() 1338 uint32_t flowid, flow_type; in ip_savecontrol() local 1342 flow_type = M_HASHTYPE_GET(m); in ip_savecontrol() 1344 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { in ip_savecontrol()
|
| /freebsd-13.1/sys/netinet6/ |
| H A D | ip6_input.c | 1505 uint32_t flowid, flow_type; in ip6_savecontrol() local 1508 flow_type = M_HASHTYPE_GET(m); in ip6_savecontrol() 1518 *mp = sbcreatecontrol((caddr_t) &flow_type, in ip6_savecontrol() 1526 uint32_t flowid, flow_type; in ip6_savecontrol() local 1530 flow_type = M_HASHTYPE_GET(m); in ip6_savecontrol() 1532 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { in ip6_savecontrol()
|
| /freebsd-13.1/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-13.1/sys/dev/iavf/ |
| H A D | virtchnl.h | 655 enum virtchnl_flow_type flow_type; member
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | virtchnl.h | 1323 s32 flow_type; member
|
| /freebsd-13.1/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_main.c | 1565 enum mlx4_net_trans_promisc_mode flow_type, in __mlx4_ib_create_flow() argument 1593 if (mlx4_map_sw_to_hw_steering_mode(mdev->dev, flow_type) < 0) in __mlx4_ib_create_flow() 1603 ctrl->type = mlx4_map_sw_to_hw_steering_mode(mdev->dev, flow_type); in __mlx4_ib_create_flow()
|
| /freebsd-13.1/sys/dev/mlx4/ |
| H A D | device.h | 1434 enum mlx4_net_trans_promisc_mode flow_type);
|