Home
last modified time | relevance | path

Searched refs:gi (Results 1 – 5 of 5) sorted by relevance

/net/sunrpc/
Dsvcauth_unix.c422 struct group_info *gi; member
438 put_group_info(ug->gi); in unix_gid_free()
467 get_group_info(item->gi); in unix_gid_update()
468 new->gi = item->gi; in unix_gid_update()
524 ug.gi = groups_alloc(gids); in unix_gid_parse()
525 if (!ug.gi) in unix_gid_parse()
538 ug.gi->gid[i] = kgid; in unix_gid_parse()
541 groups_sort(ug.gi); in unix_gid_parse()
559 if (ug.gi) in unix_gid_parse()
560 put_group_info(ug.gi); in unix_gid_parse()
[all …]
Dauth_unix.c109 struct group_info *gi = cred->cr_cred->group_info; in unx_marshal() local
131 if (gi) in unx_marshal()
132 for (i = 0; i < UNX_NGROUPS && i < gi->ngroups; i++) in unx_marshal()
133 *p++ = cpu_to_be32(from_kgid_munged(userns, gi->gid[i])); in unx_marshal()
/net/netfilter/
Dxt_owner.c102 struct group_info *gi = filp->f_cred->group_info; in owner_mt() local
108 if (!match && (info->match & XT_OWNER_SUPPL_GROUPS) && gi) { in owner_mt()
109 for (i = 0; i < gi->ngroups; ++i) { in owner_mt()
110 kgid_t group = gi->gid[i]; in owner_mt()
/net/sched/
Dsch_netem.c869 const struct tc_netem_gimodel *gi = nla_data(la); in get_loss_clg() local
879 q->clg.a1 = gi->p13; in get_loss_clg()
880 q->clg.a2 = gi->p31; in get_loss_clg()
881 q->clg.a3 = gi->p32; in get_loss_clg()
882 q->clg.a4 = gi->p14; in get_loss_clg()
883 q->clg.a5 = gi->p23; in get_loss_clg()
1099 struct tc_netem_gimodel gi = { in dump_loss_model() local
1107 if (nla_put(skb, NETEM_LOSS_GI, sizeof(gi), &gi)) in dump_loss_model()
/net/wireless/
Dnl80211.c4491 mask->control[band].gi = in nl80211_parse_tx_bitrate_mask()
4493 if (mask->control[band].gi > NL80211_TXRATE_FORCE_LGI) in nl80211_parse_tx_bitrate_mask()