Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/
Dnf_tables_offload.c96 while (nft_expr_more(rule, expr)) { in nft_flow_rule_create()
121 while (nft_expr_more(rule, expr)) { in nft_flow_rule_create()
Dnf_tables_api.c368 while (nft_expr_more(rule, expr)) { in nft_rule_expr_activate()
383 while (nft_expr_more(rule, expr)) { in nft_rule_expr_deactivate()
3316 while (nft_expr_more(rule, expr)) { in nf_tables_rule_destroy()
/Linux-v6.1/include/net/netfilter/
Dnf_tables.h977 static inline bool nft_expr_more(const struct nft_rule *rule, in nft_expr_more() function