Home
last modified time | relevance | path

Searched refs:inner_ops (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnft_meta.c902 .inner_ops = &nft_meta_inner_ops,
H A Dnft_payload.c1090 .inner_ops = &nft_payload_inner_ops,
H A Dnf_tables_api.c3241 if (!type->inner_ops) { in nft_expr_inner_parse()
3253 info->ops = type->inner_ops; in nft_expr_inner_parse()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h882 const struct nft_expr_ops *inner_ops; member