Home
last modified time | relevance | path

Searched refs:flow_flags (Results 1 – 8 of 8) sorted by relevance

/linux/include/net/
H A Droute.h324 __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 Dip_tunnels.h76 __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 Dbnxt_tc.c599 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 Dudp_tunnel_core.c237 fl4.flowi4_flags = key->flow_flags; in udp_tunnel_dst_lookup()
H A Dip_tunnel.c615 skb_get_hash(skb), key->flow_flags); in ip_md_tunnel_xmit()
H A Dudp.c1441 __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 Droute.c508 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 Dfilter.c4852 info->key.flow_flags = FLOWI_FLAG_ANYSRC; in BPF_CALL_4()