Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip_tunnels.h78 __u8 flow_flags; member
355 __u8 flow_flags) in ip_tunnel_init_flow() argument
372 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 Dip_tunnel.c602 skb_get_hash(skb), key->flow_flags); in ip_md_tunnel_xmit()
H A Droute.c513 int flow_flags) in __build_flow_key() argument
527 prot, flow_flags, iph->daddr, iph->saddr, 0, 0, in __build_flow_key()
H A Dudp.c1439 __u8 flow_flags = inet_sk_flowi_flags(sk); in udp_sendmsg() local
1445 sk->sk_protocol, flow_flags, faddr, saddr, in udp_sendmsg()
H A Dip_gre.c641 skb->mark, skb_get_hash(skb), key->flow_flags); in gre_fill_metadata_dst()
/linux/net/core/
H A Dfilter.c4900 info->key.flow_flags = FLOWI_FLAG_ANYSRC; in BPF_CALL_4()