Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/netfilter/
Dnf_tables_core.h79 extern const struct nft_expr_ops nft_payload_fast_ops;
/Linux-v6.1/net/netfilter/
Dnft_payload.c545 const struct nft_expr_ops nft_payload_fast_ops = { variable
819 track->regs[i].selector->ops != &nft_payload_fast_ops) in nft_payload_set_reduce()
880 return &nft_payload_fast_ops; in nft_payload_select_ops()
Dnf_tables_core.c262 else if (expr->ops != &nft_payload_fast_ops || in nft_do_chain()