Searched refs:flow_flags (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/net/ |
D | route.h | 204 u32 mark, u8 protocol, int flow_flags); 207 u8 protocol, int flow_flags); 280 __u8 flow_flags = 0; in ip_route_connect_init() local 283 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init() 286 protocol, flow_flags, dst, src, dport, sport, in ip_route_connect_init()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 443 u16 flow_flags = 0, action_flags = 0; in bnxt_hwrm_cfa_flow_alloc() local 454 flow_flags |= CFA_FLOW_ALLOC_REQ_FLAGS_TUNNEL; in bnxt_hwrm_cfa_flow_alloc() 467 flow_flags |= CFA_FLOW_ALLOC_REQ_FLAGS_NUM_VLAN_ONE; in bnxt_hwrm_cfa_flow_alloc() 478 flow_flags |= CFA_FLOW_ALLOC_REQ_FLAGS_FLOWTYPE_L2; in bnxt_hwrm_cfa_flow_alloc() 480 flow_flags |= flow->l2_key.ether_type == htons(ETH_P_IP) ? in bnxt_hwrm_cfa_flow_alloc() 515 req.flags = cpu_to_le16(flow_flags); in bnxt_hwrm_cfa_flow_alloc()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 2783 static void get_flags(int flags, u8 *flow_flags) in get_flags() argument 2792 *flow_flags = __flow_flags; in get_flags() 2822 u8 flow_flags = 0; in mlx5e_configure_flower() local 2824 get_flags(flags, &flow_flags); in mlx5e_configure_flower() 2833 flow_flags |= MLX5E_TC_FLOW_ESWITCH; in mlx5e_configure_flower() 2836 flow_flags |= MLX5E_TC_FLOW_NIC; in mlx5e_configure_flower() 2848 flow->flags = flow_flags; in mlx5e_configure_flower()
|
/Linux-v4.19/net/ipv4/ |
D | route.c | 521 u8 prot, u32 mark, int flow_flags) in __build_flow_key() argument 533 flow_flags, in __build_flow_key() 1044 int oif, u32 mark, u8 protocol, int flow_flags) in ipv4_update_pmtu() argument 1054 RT_TOS(iph->tos), protocol, mark, flow_flags); in ipv4_update_pmtu() 1136 int oif, u32 mark, u8 protocol, int flow_flags) in ipv4_redirect() argument 1143 RT_TOS(iph->tos), protocol, mark, flow_flags); in ipv4_redirect()
|
D | udp.c | 1071 __u8 flow_flags = inet_sk_flowi_flags(sk); in udp_sendmsg() local 1077 flow_flags, in udp_sendmsg()
|