Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_payload.c1050 .inner_ops = &nft_payload_inner_ops,
H A Dnf_tables_api.c3598 if (!type->inner_ops) { in nft_expr_inner_parse()
3610 info->ops = type->inner_ops; in nft_expr_inner_parse()
3613 * Presence of type->inner_ops implies that the expression in nft_expr_inner_parse()
/linux/include/net/netfilter/
H A Dnf_tables.h905 const struct nft_expr_ops *inner_ops; member