Searched refs:flow_flags (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/ |
| H A D | ip_tunnels.h | 78 __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 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 | ip_tunnel.c | 602 skb_get_hash(skb), key->flow_flags); in ip_md_tunnel_xmit()
|
| H A D | route.c | 513 int flow_flags) in __build_flow_key() argument 527 prot, flow_flags, iph->daddr, iph->saddr, 0, 0, in __build_flow_key()
|
| H A D | udp.c | 1439 __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 D | ip_gre.c | 641 skb->mark, skb_get_hash(skb), key->flow_flags); in gre_fill_metadata_dst()
|
| /linux/net/core/ |
| H A D | filter.c | 4900 info->key.flow_flags = FLOWI_FLAG_ANYSRC; in BPF_CALL_4()
|