Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c70 NFP_FLOWER_LAYER_IPV6)
77 NFP_FLOWER_LAYER_IPV6)
429 key_layer |= NFP_FLOWER_LAYER_IPV6; in nfp_flower_calculate_key_layers()
511 !(key_layer & NFP_FLOWER_LAYER_IPV6)) { in nfp_flower_calculate_key_layers()
519 key_layer |= NFP_FLOWER_LAYER_IPV6; in nfp_flower_calculate_key_layers()
746 if (key_layer & NFP_FLOWER_LAYER_IPV6) { in nfp_flower_populate_merge_match()
1170 !(key_layer & NFP_FLOWER_LAYER_IPV6)) { in nfp_flower_validate_pre_tun_rule()
1175 if (key_layer & NFP_FLOWER_LAYER_IPV6) in nfp_flower_validate_pre_tun_rule()
1230 key_layer & NFP_FLOWER_LAYER_IPV6) { in nfp_flower_validate_pre_tun_rule()
H A Dcmsg.h22 #define NFP_FLOWER_LAYER_IPV6 BIT(5) macro
H A Dmatch.c620 if (NFP_FLOWER_LAYER_IPV6 & key_ls->key_layer) { in nfp_flower_compile_flow_match()
H A Dconntrack.c649 if (in_key_ls.key_layer & NFP_FLOWER_LAYER_IPV6) { in nfp_fl_calc_key_layers_sz()
951 if (NFP_FLOWER_LAYER_IPV6 & key_layer.key_layer) { in nfp_fl_ct_add_offload()
H A Dtunnel_conf.c1460 if (key_meta->nfp_flow_key_layer & NFP_FLOWER_LAYER_IPV6) in nfp_flower_xmit_pre_tun_flow()