Searched refs:XT_OBJ_TO_USER (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | x_tables.c | 307 #define XT_OBJ_TO_USER(U, K, TYPE, C_SIZE) \ macro 335 return XT_OBJ_TO_USER(u, m, match, 0) || in xt_match_to_user() 343 return XT_OBJ_TO_USER(u, t, target, 0) || in xt_target_to_user() 792 if (XT_OBJ_TO_USER(cm, m, match, msize)) in xt_compat_match_to_user() 1166 if (XT_OBJ_TO_USER(ct, t, target, tsize)) in xt_compat_target_to_user()
|