Home
last modified time | relevance | path

Searched refs:nft_expr_first (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/net/netfilter/
Dnf_tables.h701 static inline struct nft_expr *nft_expr_first(const struct nft_rule *rule) in nft_expr_first() function
727 for ((expr) = nft_expr_first(rule), (last) = nft_expr_last(rule); \
/linux-4.4.14/net/netfilter/
Dnf_tables_api.c1998 expr = nft_expr_first(rule); in nf_tables_rule_destroy()
2120 expr = nft_expr_first(rule); in nf_tables_newrule()