Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_compat.c728 struct nft_xt *nft_match; in nft_match_select_ops() local
745 list_for_each_entry(nft_match, &nft_match_list, head) { in nft_match_select_ops()
746 struct xt_match *match = nft_match->ops.data; in nft_match_select_ops()
749 return &nft_match->ops; in nft_match_select_ops()
762 nft_match = kzalloc(sizeof(struct nft_xt), GFP_KERNEL); in nft_match_select_ops()
763 if (nft_match == NULL) { in nft_match_select_ops()
768 nft_match->refcnt = 0; in nft_match_select_ops()
769 nft_match->ops.type = &nft_match_type; in nft_match_select_ops()
770 nft_match->ops.eval = nft_match_eval; in nft_match_select_ops()
771 nft_match->ops.init = nft_match_init; in nft_match_select_ops()
[all …]