Lines Matching defs:new
86 * sel_ib_pkey_insert - Insert a new pkey into the table
87 * @pkey: the new pkey record
90 * Add a new pkey record to the hash table.
133 struct sel_ib_pkey *new = NULL;
152 new = kzalloc(sizeof(*new), GFP_ATOMIC);
153 if (!new) {
158 new->psec.subnet_prefix = subnet_prefix;
159 new->psec.pkey = pkey_num;
160 new->psec.sid = *sid;
161 sel_ib_pkey_insert(new);