Home
last modified time | relevance | path

Searched refs:nfp_flower_ipv6_gre_tun (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c522 nfp_flower_compile_ipv6_gre_tun(struct nfp_flower_ipv6_gre_tun *ext, in nfp_flower_compile_ipv6_gre_tun()
523 struct nfp_flower_ipv6_gre_tun *msk, in nfp_flower_compile_ipv6_gre_tun()
638 struct nfp_flower_ipv6_gre_tun *gre_match; in nfp_flower_compile_flow_match()
644 gre_match = (struct nfp_flower_ipv6_gre_tun *)ext; in nfp_flower_compile_flow_match()
646 ext += sizeof(struct nfp_flower_ipv6_gre_tun); in nfp_flower_compile_flow_match()
647 msk += sizeof(struct nfp_flower_ipv6_gre_tun); in nfp_flower_compile_flow_match()
Dmain.h606 nfp_flower_compile_ipv6_gre_tun(struct nfp_flower_ipv6_gre_tun *ext,
607 struct nfp_flower_ipv6_gre_tun *msk,
Dcmsg.h546 struct nfp_flower_ipv6_gre_tun { struct
Dconntrack.c662 key_size += sizeof(struct nfp_flower_ipv6_gre_tun); in nfp_fl_calc_key_layers_sz()
989 struct nfp_flower_ipv6_gre_tun *gre_match; in nfp_fl_ct_add_offload()
997 gre_match = (struct nfp_flower_ipv6_gre_tun *)key; in nfp_fl_ct_add_offload()
Doffload.c380 sizeof(struct nfp_flower_ipv6_gre_tun); in nfp_flower_calculate_key_layers()