Searched refs:nft_obj_data (Results 1 – 2 of 2) sorted by relevance
882 const struct nft_ct_timeout_obj *priv = nft_obj_data(obj); in nft_ct_timeout_obj_eval()916 struct nft_ct_timeout_obj *priv = nft_obj_data(obj); in nft_ct_timeout_obj_init()971 struct nft_ct_timeout_obj *priv = nft_obj_data(obj); in nft_ct_timeout_obj_destroy()983 const struct nft_ct_timeout_obj *priv = nft_obj_data(obj); in nft_ct_timeout_obj_dump()1033 struct nft_ct_helper_obj *priv = nft_obj_data(obj); in nft_ct_helper_obj_init()1105 struct nft_ct_helper_obj *priv = nft_obj_data(obj); in nft_ct_helper_obj_destroy()1120 const struct nft_ct_helper_obj *priv = nft_obj_data(obj); in nft_ct_helper_obj_eval()1163 const struct nft_ct_helper_obj *priv = nft_obj_data(obj); in nft_ct_helper_obj_dump()1227 struct nft_ct_expect_obj *priv = nft_obj_data(obj); in nft_ct_expect_obj_init()1278 const struct nft_ct_expect_obj *priv = nft_obj_data(obj); in nft_ct_expect_obj_dump()[all …]
1388 static inline void *nft_obj_data(const struct nft_object *obj) in nft_obj_data() function