Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_set_pipapo.c1207 end = (const u8 *)nft_set_ext_key_end(ext)->data;
1218 dup_end = nft_set_ext_key_end(&dup->ext);
1990 match_end = (const u8 *)nft_set_ext_key_end(&e->ext)->data;
H A Dnf_tables_api.c5729 nft_data_dump(skb, NFTA_SET_ELEM_KEY_END, nft_set_ext_key_end(ext), in nf_tables_fill_setelem()
6345 nft_set_ext_key_end(ext), key_end, set->klen) < 0) in nft_set_elem_init()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h788 static inline struct nft_data *nft_set_ext_key_end(const struct nft_set_ext *ext) in nft_set_ext_key_end() function