Searched refs:XT_OBJ_TO_USER (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | x_tables.c | 292 #define XT_OBJ_TO_USER(U, K, TYPE, C_SIZE) \ macro 320 return XT_OBJ_TO_USER(u, m, match, 0) || in xt_match_to_user() 328 return XT_OBJ_TO_USER(u, t, target, 0) || in xt_target_to_user() 778 if (XT_OBJ_TO_USER(cm, m, match, msize)) in xt_compat_match_to_user() 1155 if (XT_OBJ_TO_USER(ct, t, target, tsize)) in xt_compat_target_to_user()
|