Lines Matching defs:new
98 * sel_netport_insert - Insert a new port into the table
99 * @port: the new port record
102 * Add a new port record to the network address hash table.
142 struct sel_netport *new;
155 new = kzalloc(sizeof(*new), GFP_ATOMIC);
156 if (new) {
157 new->psec.port = pnum;
158 new->psec.protocol = protocol;
159 new->psec.sid = *sid;
160 sel_netport_insert(new);