Lines Matching defs:uid
112 u32 uid;
715 if (gwj->mod.uid) {
716 if (nla_put_u32(skb, CGW_MOD_UID, gwj->mod.uid) < 0)
1019 nla_memcpy(&mod->uid, tb[CGW_MOD_UID], sizeof(u32));
1085 if (mod.uid) {
1088 /* check for updating an existing job with identical uid */
1090 if (gwj->mod.uid != mod.uid)
1223 /* we have a match when uid is enabled and identical */
1224 if (gwj->mod.uid || mod.uid) {
1225 if (gwj->mod.uid != mod.uid)
1228 /* no uid => check for identical modifications */