Home
last modified time | relevance | path

Searched refs:nfp_flower_ipv6 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c244 nfp_flower_compile_ipv6(struct nfp_flower_ipv6 *frame, in nfp_flower_compile_ipv6()
251 memset(frame, 0, sizeof(struct nfp_flower_ipv6)); in nfp_flower_compile_ipv6()
410 nfp_flower_compile_ipv6((struct nfp_flower_ipv6 *)ext, in nfp_flower_compile_flow_match()
413 nfp_flower_compile_ipv6((struct nfp_flower_ipv6 *)msk, in nfp_flower_compile_flow_match()
415 ext += sizeof(struct nfp_flower_ipv6); in nfp_flower_compile_flow_match()
416 msk += sizeof(struct nfp_flower_ipv6); in nfp_flower_compile_flow_match()
Dcmsg.h353 struct nfp_flower_ipv6 { struct
Doffload.c309 key_size += sizeof(struct nfp_flower_ipv6); in nfp_flower_calculate_key_layers()