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.c1087 .inner_ops = &nft_payload_inner_ops,
H A Dnf_tables_api.c3229 if (!type->inner_ops) in nft_expr_inner_parse()
3239 info->ops = type->inner_ops; in nft_expr_inner_parse()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h844 const struct nft_expr_ops *inner_ops; member