Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netfilter/
Dnf_tables.h688 static inline struct nft_expr *nft_expr_first(const struct nft_rule *rule) in nft_expr_first() function
714 for ((expr) = nft_expr_first(rule), (last) = nft_expr_last(rule); \
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c1927 expr = nft_expr_first(rule); in nf_tables_rule_destroy()
2050 expr = nft_expr_first(rule); in nf_tables_newrule()