Searched defs:hlist_for_each_entry_safe (Results 1 - 17 of 17) sorted by relevance

/net/netfilter/
H A Dxt_connlimit.c118 hlist_for_each_entry_safe(conn, n, hash, node) { function
268 hlist_for_each_entry_safe(conn, n, &hash[i], node) {
H A Dnfnetlink_log.c750 hlist_for_each_entry_safe(inst, t2, head, hlist) { function
H A Dnfnetlink_queue_core.c832 hlist_for_each_entry_safe(inst, t2, head, hlist) { function
/net/batman-adv/
H A Doriginator.c138 hlist_for_each_entry_safe(neigh_node, node_tmp,
202 hlist_for_each_entry_safe(orig_node, node_tmp, function
310 hlist_for_each_entry_safe(neigh_node, node_tmp,
388 hlist_for_each_entry_safe(orig_node, node_tmp, function
H A Dbridge_loop_avoidance.c237 hlist_for_each_entry_safe(claim, node_tmp, function
973 hlist_for_each_entry_safe(backbone_gw, node_tmp, function
H A Ddistributed-arp-table.c98 hlist_for_each_entry_safe(dat_entry, node_tmp, head, function
H A Dvis.c238 hlist_for_each_entry_safe(entry, n, &vis_if_list, list) {
676 hlist_for_each_entry_safe(info, node_tmp, function
H A Dnetwork-coding.c334 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { function
H A Dtranslation-table.c606 hlist_for_each_entry_safe(tt_common_entry, node_tmp, head, function
664 hlist_for_each_entry_safe(tt_common_entry, node_tmp, function
1059 hlist_for_each_entry_safe(orig_entry, safe, head, list) { function
1078 hlist_for_each_entry_safe(orig_entry, safe, head, list) { function
1208 hlist_for_each_entry_safe(tt_common_entry, safe, function
1268 hlist_for_each_entry_safe(tt_common, node_tmp, head, function
1309 hlist_for_each_entry_safe(tt_common_entry, node_tmp, function
2338 hlist_for_each_entry_safe(tt_common, node_tmp, head, function
/net/nfc/
H A Dllcp_commands.c195 hlist_for_each_entry_safe(sdp, n, head, node) { function
552 hlist_for_each_entry_safe(sdp, n, tlv_list, node) { function
582 hlist_for_each_entry_safe(sdreq, n, tlv_list, node) { function
H A Dnetlink.c388 hlist_for_each_entry_safe(sdres, n, sdres_list, node) { function
/net/ipv4/
H A Dfib_frontend.c1121 hlist_for_each_entry_safe(tb, tmp, head, tb_hlist) { function
H A Dfib_semantics.c726 hlist_for_each_entry_safe(fi, n, head, fib_hash) { function
744 hlist_for_each_entry_safe(fi, n, lhead, fib_lhash) { function
H A Dfib_trie.c1734 hlist_for_each_entry_safe(li, tmp, lih, hlist) { function
/net/openvswitch/
H A Dflow.c305 hlist_for_each_entry_safe(flow, n, head, hash_node[ver]) { function
/net/xfrm/
H A Dxfrm_state.c78 hlist_for_each_entry_safe(x, tmp, list, bydst) { function
378 hlist_for_each_entry_safe(x, tmp, &gc_list, gclist)
H A Dxfrm_policy.c387 hlist_for_each_entry_safe(pol, tmp, list, bydst) { function
417 hlist_for_each_entry_safe(pol, tmp, list, byidx) { function

Completed in 139 milliseconds