Home
last modified time | relevance | path

Searched refs:NF_FLOW_TABLE_ENCAP_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/netfilter/
H A Dnf_flow_table.h107 #define NF_FLOW_TABLE_ENCAP_MAX 2 macro
130 } encap[NF_FLOW_TABLE_ENCAP_MAX];
206 } encap[NF_FLOW_TABLE_ENCAP_MAX];
/openbmc/linux/net/netfilter/
H A Dnft_flow_offload.c86 } encap[NF_FLOW_TABLE_ENCAP_MAX];
122 if (info->num_encaps >= NF_FLOW_TABLE_ENCAP_MAX) { in nft_dev_path_info()