Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/net/ax25/
A Dax25_iface.c35 struct listen_struct *next; member
48 ap->next = protocol_list; in ax25_register_pid()
65 protocol_list = protocol->next; in ax25_protocol_release()
71 protocol->next = protocol->next->next; in ax25_protocol_release()
75 protocol = protocol->next; in ax25_protocol_release()
115 listen->next = listen_list; in ax25_listen_register()
136 listen_list = listen->next; in ax25_listen_release()
143 if (ax25cmp(&listen->next->callsign, callsign) == 0 && listen->next->dev == dev) { in ax25_listen_release()
144 s = listen->next; in ax25_listen_release()
145 listen->next = listen->next->next; in ax25_listen_release()
[all …]
A Dax25_route.c50 ax25_rt = ax25_rt->next; in ax25_rt_device_down()
54 ax25_route_list = s->next; in ax25_rt_device_down()
59 if (t->next == s) { in ax25_rt_device_down()
60 t->next = s->next; in ax25_rt_device_down()
110 ax25_rt = ax25_rt->next; in ax25_rt_add()
164 ax25_rt = ax25_rt->next; in ax25_rt_del()
172 if (t->next == s) { in ax25_rt_del()
173 t->next = s->next; in ax25_rt_del()
220 ax25_rt = ax25_rt->next; in ax25_rt_opt()
333 .next = ax25_rt_seq_next,
[all …]
/net/rose/
A Drose_route.c166 rose_node->next = NULL; in rose_add_node()
169 rose_node->next = NULL; in rose_add_node()
214 s->next = rose_node->next; in rose_remove_node()
219 s = s->next; in rose_remove_node()
246 s->next = rose_neigh->next; in rose_remove_neigh()
254 s = s->next; in rose_remove_neigh()
279 s->next = rose_route->next; in rose_remove_route()
284 s = s->next; in rose_remove_route()
780 s = rose_route->next; in rose_del_route_by_neigh()
1141 .next = rose_node_next,
[all …]
/net/netlabel/
A Dnetlabel_addrlist.h64 i = i->next; in __af4list_valid()
83 for (iter = __af4list_valid((head)->next, head); \
85 iter = __af4list_valid(iter->list.next, head))
88 for (iter = __af4list_valid_rcu((head)->next, head); \
93 for (iter = __af4list_valid((head)->next, head), \
94 tmp = __af4list_valid(iter->list.next, head); \
131 i = i->next; in __af6list_valid()
150 for (iter = __af6list_valid((head)->next, head); \
152 iter = __af6list_valid(iter->list.next, head))
160 for (iter = __af6list_valid((head)->next, head), \
[all …]
/net/atm/
A Dmpoa_caches.c48 entry = entry->next; in in_cache_get()
69 entry = entry->next; in in_cache_get_with_mask()
90 entry = entry->next; in in_cache_get_by_vcc()
201 entry->prev->next = entry->next; in in_cache_remove_entry()
293 entry = entry->next; in check_resolving_entries()
319 entry = entry->next; in refresh_entries()
345 entry = entry->next; in eg_cache_get_by_cache_id()
366 entry = entry->next; in eg_cache_get_by_tag()
388 entry = entry->next; in eg_cache_get_by_vcc()
408 entry = entry->next; in eg_cache_get_by_src_ip()
[all …]
A Dlec.c843 for (; e; e = e->next) { in lec_tbl_walk()
980 next); in lec_seq_show()
990 .next = lec_seq_next,
1471 struct hlist_node *next; in lec_arp_destroy() local
1509 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { in lec_arp_destroy()
1667 struct hlist_node *next; in lec_arp_check_expire() local
1804 struct hlist_node *next; in lec_addr_delete() local
1836 struct hlist_node *next; in lec_arp_update() local
2159 struct hlist_node *next; in lec_vcc_close() local
2200 hlist_for_each_entry_safe(entry, next, &priv->mcast_fwds, next) { in lec_vcc_close()
[all …]
/net/sched/
A Dsch_sfq.c90 sfq_index next; member
205 slot->dep.next = n; in sfq_link()
296 x = q->dep[d].next; in sfq_drop()
311 x = q->tail->next; in sfq_drop()
316 q->tail->next = slot->next; in sfq_drop()
444 slot->next = x; in sfq_enqueue()
446 slot->next = q->tail->next; in sfq_enqueue()
447 q->tail->next = x; in sfq_enqueue()
488 a = q->tail->next; in sfq_dequeue()
588 slot->next = x; in sfq_rehash()
[all …]
A Dcls_route.c48 struct route4_filter __rcu *next; member
168 f = rcu_dereference_bh(f->next)) in route4_classify()
174 f = rcu_dereference_bh(f->next)) in route4_classify()
180 f = rcu_dereference_bh(f->next)) in route4_classify()
236 f = rtnl_dereference(f->next)) in route4_get()
295 struct route4_filter *next; in route4_destroy() local
297 next = rtnl_dereference(f->next); in route4_destroy()
298 RCU_INIT_POINTER(b->ht[h2], next); in route4_destroy()
451 fp = rtnl_dereference(fp->next)) in route4_set_parms()
537 fp = &f1->next) in route4_change()
[all …]
A Dcls_u32.c45 struct tc_u_knode __rcu *next; member
71 struct tc_u_hnode __rcu *next; member
147 n = rcu_dereference_bh(n->next); in u32_classify()
153 n = rcu_dereference_bh(n->next); in u32_classify()
171 n = rcu_dereference_bh(n->next); in u32_classify()
187 n = rcu_dereference_bh(n->next); in u32_classify()
201 n = rcu_dereference_bh(n->next); in u32_classify()
290 n = rtnl_dereference(n->next)) in u32_lookup_key()
596 rtnl_dereference(n->next)); in u32_clear_hnode()
818 RCU_INIT_POINTER(n->next, pins->next); in u32_replace_knode()
[all …]
A Dcls_fw.c35 struct fw_filter __rcu *next; member
64 f = rcu_dereference_bh(f->next)) { in fw_classify()
100 for (; f; f = rtnl_dereference(f->next)) { in fw_get()
145 rtnl_dereference(f->next)); in fw_destroy()
172 fp = &pfp->next, pfp = rtnl_dereference(*fp)) { in fw_delete()
174 RCU_INIT_POINTER(*fp, rtnl_dereference(f->next)); in fw_delete()
289 fp = &pfp->next, pfp = rtnl_dereference(*fp)) in fw_change()
293 RCU_INIT_POINTER(fnew->next, rtnl_dereference(pfp->next)); in fw_change()
333 RCU_INIT_POINTER(f->next, head->ht[fw_hash(handle)]); in fw_change()
361 f = rtnl_dereference(f->next)) { in fw_walk()
/net/sctp/
A Dstream_sched_prio.c51 p->next = NULL; in sctp_sched_prio_new_head()
97 pos = p->next->prio_list.next; in sctp_sched_prio_next_stream()
99 pos = pos->next; in sctp_sched_prio_next_stream()
100 p->next = list_entry(pos, struct sctp_stream_out_ext, prio_list); in sctp_sched_prio_next_stream()
113 if (prio_head->next == soute) in sctp_sched_prio_unsched()
123 prio_head->next = NULL; in sctp_sched_prio_unsched()
145 if (prio_head->next) { in sctp_sched_prio_sched()
146 list_add(&soute->prio_list, prio_head->next->prio_list.prev); in sctp_sched_prio_sched()
151 prio_head->next = soute; in sctp_sched_prio_sched()
245 prio = list_entry(stream->prio_list.next, in sctp_sched_prio_dequeue()
[all …]
A Ddiag.c34 laddr = list_entry(asoc->base.bind_addr.address_list.next, in inet_diag_msg_sctpasoc_fill()
301 goto next; in sctp_sock_dump()
305 goto next; in sctp_sock_dump()
308 goto next; in sctp_sock_dump()
330 next: in sctp_sock_dump()
372 goto next; in sctp_ep_dump()
375 goto next; in sctp_ep_dump()
379 goto next; in sctp_ep_dump()
383 goto next; in sctp_ep_dump()
387 goto next; in sctp_ep_dump()
[all …]
/net/ipv6/ila/
A Dila_xlat.c20 struct ila_map __rcu *next; member
132 ila = rcu_access_pointer(ila->next); in ila_lookup_wildcards()
150 ila = rcu_access_pointer(ila->next); in ila_lookup_by_params()
163 struct ila_map *next; in ila_free_node() local
167 next = rcu_access_pointer(ila->next); in ila_free_node()
169 ila = next; in ila_free_node()
261 RCU_INIT_POINTER(ila->next, tila); in ila_add_mapping()
262 rcu_assign_pointer(prev->next, ila); in ila_add_mapping()
265 RCU_INIT_POINTER(ila->next, head); in ila_add_mapping()
310 rcu_assign_pointer(prev->next, ila->next); in ila_del_mapping()
[all …]
/net/netfilter/ipvs/
A Dip_vs_proto.c53 pp->next = ip_vs_proto_table[hash]; in register_ip_vs_protocol()
76 pd->next = ipvs->proto_data_table[hash]; in register_ip_vs_proto_netns()
84 ipvs->proto_data_table[hash] = pd->next; in register_ip_vs_proto_netns()
102 for (; *pp_p; pp_p = &(*pp_p)->next) { in unregister_ip_vs_protocol()
104 *pp_p = pp->next; in unregister_ip_vs_protocol()
124 for (; *pd_p; pd_p = &(*pd_p)->next) { in unregister_ip_vs_proto_netns()
126 *pd_p = pd->next; in unregister_ip_vs_proto_netns()
145 for (pp = ip_vs_proto_table[hash]; pp; pp = pp->next) { in ip_vs_proto_get()
163 for (pd = ipvs->proto_data_table[hash]; pd; pd = pd->next) { in ip_vs_proto_data_get()
181 for (pd = ipvs->proto_data_table[i]; pd; pd = pd->next) { in ip_vs_protocol_timeout_change()
/net/core/
A Dnet-procfs.c160 .next = dev_seq_next,
167 .next = softnet_seq_next,
231 nxt = pt->list.next; in ptype_seq_next()
239 nxt = dev->ptype_all.next; in ptype_seq_next()
243 nxt = net->ptype_all.next; in ptype_seq_next()
254 nxt = net->ptype_specific.next; in ptype_seq_next()
260 nxt = ptype_base[0].next; in ptype_seq_next()
267 nxt = ptype_base[hash].next; in ptype_seq_next()
301 .next = ptype_seq_next,
369 .next = dev_seq_next,
/net/wireless/
A Dsme.c973 u8 *next; in cfg80211_connect_done() local
1002 next += ETH_ALEN; in cfg80211_connect_done()
1005 ev->cr.req_ie = next; in cfg80211_connect_done()
1012 ev->cr.resp_ie = next; in cfg80211_connect_done()
1054 next += ETH_ALEN; in cfg80211_connect_done()
1061 next += ETH_ALEN; in cfg80211_connect_done()
1170 u8 *next; in cfg80211_roamed() local
1210 ev->rm.req_ie = next; in cfg80211_roamed()
1249 next += ETH_ALEN; in cfg80211_roamed()
1260 next += ETH_ALEN; in cfg80211_roamed()
[all …]
/net/appletalk/
A Daarp.c70 struct aarp_entry *next; member
274 *n = (*n)->next; in __aarp_expire_timer()
277 n = &((*n)->next); in __aarp_expire_timer()
293 *n = (*n)->next; in __aarp_kick()
297 n = &((*n)->next); in __aarp_kick()
314 *n = (*n)->next; in __aarp_expire_device()
317 n = &((*n)->next); in __aarp_expire_device()
371 *n = (*n)->next; in __aarp_expire_all()
420 list = list->next; in __aarp_find_entry()
680 *list = a->next; in __aarp_resolved()
[all …]
A Datalk_proc.c21 for (i = atalk_interfaces; pos && i; i = i->next) in atalk_get_interface_idx()
48 i = i->next; in atalk_seq_interface_next()
82 for (r = atalk_routes; pos && r; r = r->next) in atalk_get_route_idx()
109 r = r->next; in atalk_seq_route_next()
191 .next = atalk_seq_interface_next,
198 .next = atalk_seq_route_next,
205 .next = atalk_seq_socket_next,
/net/netfilter/ipset/
A Dip_set_hash_ipport.c79 hash_ipport4_data_next(struct hash_ipport4_elem *next, in hash_ipport4_data_next() argument
82 next->ip = d->ip; in hash_ipport4_data_next()
83 next->port = d->port; in hash_ipport4_data_next()
188 ip = ntohl(h->next.ip); in hash_ipport4_uadt()
190 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt()
196 hash_ipport4_data_next(&h->next, &e); in hash_ipport4_uadt()
246 hash_ipport6_data_next(struct hash_ipport6_elem *next, in hash_ipport6_data_next() argument
249 next->port = d->port; in hash_ipport6_data_next()
348 port = ntohs(h->next.port); in hash_ipport6_uadt()
A Dip_set_hash_ipportip.c77 hash_ipportip4_data_next(struct hash_ipportip4_elem *next, in hash_ipportip4_data_next() argument
80 next->ip = d->ip; in hash_ipportip4_data_next()
81 next->port = d->port; in hash_ipportip4_data_next()
184 ip = ntohl(h->next.ip); in hash_ipportip4_uadt()
186 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportip4_uadt()
192 hash_ipportip4_data_next(&h->next, &e); in hash_ipportip4_uadt()
245 hash_ipportip6_data_next(struct hash_ipportip6_elem *next, in hash_ipportip6_data_next() argument
248 next->port = d->port; in hash_ipportip6_data_next()
343 port = ntohs(h->next.port); in hash_ipportip6_uadt()
A Dip_set_list_set.c190 struct set_elem *e, *next, *prev = NULL; in list_set_utest() local
207 next = list_next_entry(e, list); in list_set_utest()
209 next->id == d->refid; in list_set_utest()
241 struct set_elem *e, *n, *prev, *next; in list_set_uadd() local
245 n = prev = next = NULL; in list_set_uadd()
255 next = e; in list_set_uadd()
261 if ((d->before > 0 && !next) || in list_set_uadd()
285 n = list_next_entry(next, list); in list_set_uadd()
306 else if (next) in list_set_uadd()
335 next = list_next_entry(e, list); in list_set_udel()
[all …]
A Dip_set_hash_ipportnet.c121 hash_ipportnet4_data_next(struct hash_ipportnet4_elem *next, in hash_ipportnet4_data_next() argument
124 next->ip = d->ip; in hash_ipportnet4_data_next()
125 next->port = d->port; in hash_ipportnet4_data_next()
126 next->ip2 = d->ip2; in hash_ipportnet4_data_next()
270 ip = ntohl(h->next.ip); in hash_ipportnet4_uadt()
271 p = ntohs(h->next.port); in hash_ipportnet4_uadt()
272 ip2 = ntohl(h->next.ip2); in hash_ipportnet4_uadt()
287 hash_ipportnet4_data_next(&h->next, in hash_ipportnet4_uadt()
376 hash_ipportnet6_data_next(struct hash_ipportnet6_elem *next, in hash_ipportnet6_data_next() argument
379 next->port = d->port; in hash_ipportnet6_data_next()
[all …]
/net/llc/
A Dllc_proc.c82 struct sock* sk, *next; in llc_seq_next() local
92 next = sk_nulls_next(sk); in llc_seq_next()
93 if (next) { in llc_seq_next()
94 sk = next; in llc_seq_next()
205 .next = llc_seq_next,
212 .next = llc_seq_next,
/net/ipv4/
A Dinetpeer.c96 struct rb_node **pp, *parent, *next; in lookup() local
105 next = rcu_dereference_raw(*pp); in lookup()
106 if (!next) in lookup()
108 parent = next; in lookup()
124 pp = &next->rb_left; in lookup()
126 pp = &next->rb_right; in lookup()
/net/sunrpc/
A Dstats.c271 struct rpc_clnt *next = clnt; in rpc_clnt_show_stats() local
273 _add_rpc_iostats(&stats, &next->cl_metrics[op]); in rpc_clnt_show_stats()
274 if (next == next->cl_parent) in rpc_clnt_show_stats()
276 next = next->cl_parent; in rpc_clnt_show_stats()
277 } while (next); in rpc_clnt_show_stats()

Completed in 73 milliseconds

12345678910>>...13