Home
last modified time | relevance | path

Searched refs:key32_to_tunnel_id (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/net/bridge/
H A Dbr_vlan_tunnel.c67 __be64 key = key32_to_tunnel_id(cpu_to_be32(tun_id)); in __vlan_tunnel_info_add()
/openbmc/linux/include/net/
H A Dip_tunnels.h231 static inline __be64 key32_to_tunnel_id(__be32 key) in key32_to_tunnel_id() function
/openbmc/linux/net/netfilter/
H A Dnft_tunnel.c456 info.key.tun_id = key32_to_tunnel_id(nla_get_be32(tb[NFTA_TUNNEL_KEY_ID])); in nft_tunnel_obj_init()
/openbmc/linux/net/ipv4/
H A Dip_gre.c319 tun_id = key32_to_tunnel_id(tpi->key); in erspan_rcv()
388 tun_id = key32_to_tunnel_id(tpi->key); in __ipgre_rcv()
/openbmc/linux/net/sched/
H A Dact_tunnel_key.c414 key_id = key32_to_tunnel_id(key32); in tunnel_key_init()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c484 flow->tun_key.tun_id = key32_to_tunnel_id(match.key->keyid); in bnxt_tc_parse_flow()
485 flow->tun_mask.tun_id = key32_to_tunnel_id(match.mask->keyid); in bnxt_tc_parse_flow()
/openbmc/linux/net/ipv6/
H A Dip6_gre.c504 tun_id = key32_to_tunnel_id(tpi->key); in ip6gre_rcv()
562 tun_id = key32_to_tunnel_id(tpi->key); in ip6erspan_rcv()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5521 key32_to_tunnel_id(key.enc_key_id.keyid), in mlx5e_tc_restore_tunnel()
5528 key32_to_tunnel_id(key.enc_key_id.keyid), in mlx5e_tc_restore_tunnel()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c1727 key32_to_tunnel_id(vni), sizeof(*md)); in vxlan_rcv()