Lines Matching refs:next
530 * will see the new packet type (until the next received packet).
607 * will see the new offload handlers (until the next received packet).
3113 skb->next = __this_cpu_read(softnet_data.completion_queue);
3613 struct sk_buff *next = skb->next;
3616 rc = xmit_one(skb, dev, txq, next != NULL);
3618 skb->next = next;
3622 skb = next;
3711 struct sk_buff *next, *head = NULL, *tail;
3713 for (; skb != NULL; skb = next) {
3714 next = skb->next;
3727 tail->next = skb;
4919 clist = clist->next;
5411 struct sk_buff *skb, *next;
5421 list_for_each_entry_safe(skb, next, head, list) {
5443 struct sk_buff *skb, *next;
5446 list_for_each_entry_safe(skb, next, head, list) {
5497 struct sk_buff *skb, *next;
5500 list_for_each_entry_safe(skb, next, head, list) {
5601 struct sk_buff *skb, *next;
5605 list_for_each_entry_safe(skb, next, head, list) {
5616 list_for_each_entry_safe(skb, next, head, list) {
6337 struct softnet_data *next = remsd->rps_ipi_next;
6341 remsd = next;
7107 * netdev_upper_get_next_dev_rcu - Get the next dev from upper list
7111 * Gets the next device from the dev's upper list, starting from iter
7121 upper = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
7138 upper = list_entry((*iter)->next, struct netdev_adjacent, list);
7156 upper = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
7171 struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1];
7186 next = NULL;
7194 next = udev;
7201 if (!next) {
7204 next = dev_stack[--cur];
7208 now = next;
7220 struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1];
7234 next = NULL;
7240 next = udev;
7247 if (!next) {
7250 next = dev_stack[--cur];
7254 now = next;
7277 * netdev_lower_get_next_private - Get the next ->private from the
7282 * Gets the next netdev_adjacent->private from the dev's lower neighbour
7297 *iter = lower->list.next;
7304 * netdev_lower_get_next_private_rcu - Get the next ->private from the
7310 * Gets the next netdev_adjacent->private from the dev's lower neighbour
7320 lower = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
7332 * netdev_lower_get_next - Get the next device from the lower neighbour
7337 * Gets the next netdev_adjacent from the dev's lower neighbour
7351 *iter = lower->list.next;
7362 lower = list_entry((*iter)->next, struct netdev_adjacent, list);
7378 lower = list_entry((*iter)->next, struct netdev_adjacent, list);
7394 struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1];
7408 next = NULL;
7414 next = ldev;
7421 if (!next) {
7424 next = dev_stack[--cur];
7428 now = next;
7441 struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1];
7456 next = NULL;
7464 next = ldev;
7471 if (!next) {
7474 next = dev_stack[--cur];
7478 now = next;
7490 lower = list_entry_rcu((*iter)->next, struct netdev_adjacent, list);
7569 struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1];
7583 next = NULL;
7589 next = ldev;
7596 if (!next) {
7599 next = dev_stack[--cur];
7603 now = next;
10285 /* Wait for rcu callbacks to finish before next phase */
10943 list_skb = &(*list_skb)->next;