Searched refs:flow_flags (Results 1 – 8 of 8) sorted by relevance
/linux/include/net/ |
H A D | route.h | 324 __u8 flow_flags = 0; in ip_route_connect_init() local 327 flow_flags |= FLOWI_FLAG_ANYSRC; in ip_route_connect_init() 330 ip_sock_rt_scope(sk), protocol, flow_flags, dst, in ip_route_connect_init()
|
H A D | ip_tunnels.h | 76 __u8 flow_flags; member 352 __u8 flow_flags) in ip_tunnel_init_flow() argument 369 fl4->flowi4_flags = flow_flags; in ip_tunnel_init_flow()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 599 u16 flow_flags = 0, action_flags = 0; in bnxt_hwrm_cfa_flow_alloc() local 682 flow_flags |= CFA_FLOW_ALLOC_REQ_FLAGS_TUNNEL; in bnxt_hwrm_cfa_flow_alloc() 695 flow_flags |= CFA_FLOW_ALLOC_REQ_FLAGS_NUM_VLAN_ONE; in bnxt_hwrm_cfa_flow_alloc() 706 flow_flags |= CFA_FLOW_ALLOC_REQ_FLAGS_FLOWTYPE_L2; in bnxt_hwrm_cfa_flow_alloc() 708 flow_flags |= flow->l2_key.ether_type == htons(ETH_P_IP) ? in bnxt_hwrm_cfa_flow_alloc() 743 req->flags = cpu_to_le16(flow_flags); in bnxt_hwrm_cfa_flow_alloc()
|
/linux/net/ipv4/ |
H A D | udp_tunnel_core.c | 237 fl4.flowi4_flags = key->flow_flags; in udp_tunnel_dst_lookup()
|
H A D | ip_tunnel.c | 615 skb_get_hash(skb), key->flow_flags); in ip_md_tunnel_xmit()
|
H A D | udp.c | 1441 __u8 flow_flags = inet_sk_flowi_flags(sk); in udp_sendmsg() local 1446 sk->sk_protocol, flow_flags, faddr, saddr, in udp_sendmsg()
|
H A D | route.c | 508 int flow_flags) in __build_flow_key() argument 522 prot, flow_flags, iph->daddr, iph->saddr, 0, 0, in __build_flow_key()
|
/linux/net/core/ |
H A D | filter.c | 4852 info->key.flow_flags = FLOWI_FLAG_ANYSRC; in BPF_CALL_4()
|