Searched refs:safe (Results 1 – 11 of 11) sorted by relevance
| /net/batman-adv/ |
| A D | translation-table.c | 939 struct batadv_tt_change_node *entry, *safe; in batadv_tt_tvlv_container_update() local 1374 struct batadv_tt_change_node *entry, *safe; in batadv_tt_changes_list_free() local 1981 struct hlist_node *safe; in batadv_tt_global_del_orig_list() local 2008 struct hlist_node *safe; in batadv_tt_global_del_orig_node() local 2152 struct hlist_node *safe; in batadv_tt_global_del_orig() local 2165 hlist_for_each_entry_safe(tt_common_entry, safe, in batadv_tt_global_del_orig() 2545 struct hlist_node *safe; in batadv_tt_req_list_free() local 2581 struct hlist_node *safe; in batadv_tt_req_purge() local 3322 struct hlist_node *safe; in batadv_handle_tt_response() local 3370 struct batadv_tt_roam_node *node, *safe; in batadv_tt_roam_list_free() local [all …]
|
| A D | tp_meter.c | 337 struct batadv_tp_unacked *un, *safe; in batadv_tp_vars_release() local 345 list_for_each_entry_safe(un, safe, &tp_vars->unacked_list, list) { in batadv_tp_vars_release() 1105 struct batadv_tp_unacked *un, *safe; in batadv_tp_receiver_shutdown() local 1132 list_for_each_entry_safe(un, safe, &tp_vars->unacked_list, list) { in batadv_tp_receiver_shutdown() 1295 struct batadv_tp_unacked *un, *safe; in batadv_tp_ack_unordered() local 1302 list_for_each_entry_safe(un, safe, &tp_vars->unacked_list, list) { in batadv_tp_ack_unordered()
|
| /net/ |
| A D | Kconfig.debug | 26 This is mostly used by fuzzers, but is safe to select.
|
| /net/tipc/ |
| A D | topsrv.c | 128 struct outqueue_entry *e, *safe; in tipc_conn_kref_release() local 138 list_for_each_entry_safe(e, safe, &con->outqueue, list) { in tipc_conn_kref_release()
|
| A D | node.c | 726 struct tipc_sock_conn *conn, *safe; in tipc_node_remove_conn() local 736 list_for_each_entry_safe(conn, safe, &node->conn_sks, list) { in tipc_node_remove_conn() 1519 struct tipc_sock_conn *conn, *safe; in node_lost_contact() local 1545 list_for_each_entry_safe(conn, safe, conns, list) { in node_lost_contact()
|
| A D | socket.c | 2928 struct publication *safe, *p; in tipc_sk_withdraw() local 2932 list_for_each_entry_safe(p, safe, &tsk->publications, binding_sock) { in tipc_sk_withdraw()
|
| /net/mac80211/ |
| A D | Kconfig | 126 of function calls in the code, but is otherwise safe to 303 Note that some of the counters are not concurrency safe
|
| /net/ipv4/ |
| A D | Kconfig | 13 <https://www.savetz.com/mbone/>. For most people, it's safe to say N. 475 Nearly all users can safely say no here, and a safe default
|
| A D | route.c | 1551 struct rtable *rt, *safe; in rt_flush_dev() local 1561 list_for_each_entry_safe(rt, safe, &ul->head, dst.rt_uncached) { in rt_flush_dev()
|
| /net/ipv6/ |
| A D | route.c | 166 struct rt6_info *rt, *safe; in rt6_uncached_list_flush_dev() local 172 list_for_each_entry_safe(rt, safe, &ul->head, dst.rt_uncached) { in rt6_uncached_list_flush_dev()
|
| /net/netfilter/ |
| A D | Kconfig | 912 While it is safe to decrement the hoplimit/TTL value, the
|
Completed in 71 milliseconds