Lines Matching refs:uid
112 u32 uid;
647 if (gwj->mod.uid) {
648 if (nla_put_u32(skb, CGW_MOD_UID, gwj->mod.uid) < 0)
951 nla_memcpy(&mod->uid, tb[CGW_MOD_UID], sizeof(u32));
1017 if (mod.uid) {
1020 /* check for updating an existing job with identical uid */
1022 if (gwj->mod.uid != mod.uid)
1149 /* we have a match when uid is enabled and identical */
1150 if (gwj->mod.uid || mod.uid) {
1151 if (gwj->mod.uid != mod.uid)
1154 /* no uid => check for identical modifications */