Home
last modified time | relevance | path

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

/Linux-v6.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.h588 nfp_flower_compile_ipv6_gre_tun(struct nfp_flower_ipv6_gre_tun *ext,
589 struct nfp_flower_ipv6_gre_tun *msk,
Dcmsg.h546 struct nfp_flower_ipv6_gre_tun { struct
Dconntrack.c635 key_size += sizeof(struct nfp_flower_ipv6_gre_tun); in nfp_fl_calc_key_layers_sz()
953 struct nfp_flower_ipv6_gre_tun *gre_match; in nfp_fl_ct_add_offload()
961 gre_match = (struct nfp_flower_ipv6_gre_tun *)key; in nfp_fl_ct_add_offload()
Doffload.c376 sizeof(struct nfp_flower_ipv6_gre_tun); in nfp_flower_calculate_key_layers()