Lines Matching defs:new
530 * will see the new packet type (until the next received packet).
607 * will see the new offload handlers (until the next received packet).
685 * netdev_boot_setup_add - add new setup entry
689 * Adds new setup entry to the dev_boot_setup list. The function
794 /* Add new entry to the list */
1818 * to the new notifier to allow device to have a race free
1938 * to the new notifier to allow device to have a race free
2600 /* Need to allocate new map to store tx-queue on this CPU's/rx-queue's
2700 /* fill in the new device map from the old device map */
2730 /* fill in the new device map from the old device map */
2737 /* fill in the new device map from the old device map */
5457 /* start new sublist */
5527 struct bpf_prog *new = xdp->prog;
5530 if (new) {
5533 mutex_lock(&new->aux->used_maps_mutex);
5538 for (i = 0; i < new->aux->used_map_cnt; i++) {
5539 if (dev_map_can_have_prog(new->aux->used_maps[i]) ||
5540 cpu_map_prog_allowed(new->aux->used_maps[i])) {
5541 mutex_unlock(&new->aux->used_maps_mutex);
5546 mutex_unlock(&new->aux->used_maps_mutex);
5551 rcu_assign_pointer(dev->xdp_prog, new);
5555 if (old && !new) {
5557 } else if (new && !old) {
5975 /* Do not adjust napi->gro_hash[].count, caller is adding a new
6456 unsigned long val, new;
6462 new = val | NAPIF_STATE_SCHED;
6468 * new |= NAPIF_STATE_MISSED;
6470 new |= (val & NAPIF_STATE_SCHED) / NAPIF_STATE_SCHED *
6472 } while (cmpxchg(&n->state, val, new) != val);
6499 unsigned long flags, val, new, timeout = 0;
6545 new = val & ~(NAPIF_STATE_MISSED | NAPIF_STATE_SCHED);
6551 new |= (val & NAPIF_STATE_MISSED) / NAPIF_STATE_MISSED *
6553 } while (cmpxchg(&n->state, val, new) != val);
6603 * Ideally, a new ndo_busy_poll_stop() could avoid another round.
7910 * @upper_dev: new upper device
7935 * @upper_dev: new upper device
7996 * @upper_dev: new upper device
8620 * @new_mtu: new transfer unit
8680 * @new_len: new tx queue length
8723 * @addr: new address
8744 * @sa: new address
8819 * @new_carrier: new value
8943 * @proto_down: new value
8966 * @proto_down: new value
9202 /* put effective new program into new_prog */
9455 * @fd: new program fd or negative value to clear
9501 * Returns a suitable unique value for a new device interface
10059 /* Notify protocols, that a new device appeared. */
10803 * to a new network namespace. On success 0 is returned, on
10869 /* If there is an ifindex conflict assign a new one */
10895 /* Send a netdev-add uevent to the new namespace */
10912 /* Notify protocols, that a new device appeared. */
10997 * @one: new feature set
11000 * Computes a new feature set after adding a device with feature set
11002 * enable anything that is off in @mask. Returns the new feature set.