Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_tables.h1390 const struct nft_object_ops *ops ____cacheline_aligned;
1424 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *,
1426 const struct nft_object_ops *ops;
1446 struct nft_object_ops { struct
/linux/net/netfilter/
H A Dnft_ct.c1008 static const struct nft_object_ops nft_ct_timeout_obj_ops = {
1194 static const struct nft_object_ops nft_ct_helper_obj_ops = {
1347 static const struct nft_object_ops nft_ct_expect_obj_ops = {
H A Dnft_tunnel.c683 static const struct nft_object_ops nft_tunnel_obj_ops = {
H A Dnf_tables_api.c8150 const struct nft_object_ops *ops; in nft_obj_init()