Searched refs:sgid (Results 51 - 61 of 61) sorted by relevance

123

/linux-master/kernel/
H A Dptrace.c321 gid_eq(caller_gid, tcred->sgid) &&
H A Daudit.c2257 " egid=%u sgid=%u fsgid=%u tty=%s ses=%u",
2267 from_kgid(&init_user_ns, cred->sgid),
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.h536 u32 sgid; /* Gate id */ member in struct:sparx5_psfp_sf
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_rdma.c1388 qp->sgid = params->sgid;
/linux-master/net/rds/
H A Dib_cm.c785 __be64 lguid = cm_id->route.path_rec->sgid.global.interface_id;
/linux-master/security/keys/
H A Dkeyctl.c1687 !gid_eq(pcred->sgid, mycred->egid))
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c1090 union ib_gid sgid; local
1100 rc = bnxt_re_query_gid(&rdev->ibdev, 1, 0, &sgid);
1104 /* supply the dgid data same as sgid */
1105 memcpy(ah->qplib_ah.dgid.data, &sgid.raw,
2308 /* For vlan, check the sgid for vlan existence */
/linux-master/include/rdma/
H A Dib_verbs.h793 union ib_gid sgid; member in struct:ib_grh
3543 * ib_get_gids_from_rdma_hdr - Get sgid and dgid from GRH or IPv4 header
3547 * @sgid: place to store source gid
3552 union ib_gid *sgid, union ib_gid *dgid);
/linux-master/security/integrity/ima/
H A Dima_policy.c620 && !rule->gid_op(cred->sgid, rule->gid)
/linux-master/fs/fuse/
H A Ddir.c1424 gid_eq(cred->sgid, fc->group_id) &&
1439 * excludes processes started by other users, suid or sgid processes.
1958 /* Kill suid/sgid for non-directory chown unconditionally */
1968 /* Kill suid/sgid for truncate only if no CAP_FSETID */
2058 * The only sane way to reliably kill suid/sgid is to do it in
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c871 path->pathrec.sgid = priv->local_gid;

Completed in 219 milliseconds

123