Home
last modified time | relevance | path

Searched refs:del_op_requested (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/net/batman-adv/
Dtranslation-table.c473 bool del_op_requested, del_op_entry; in batadv_tt_local_event() local
485 del_op_requested = flags & BATADV_TT_CLIENT_DEL; in batadv_tt_local_event()
502 if (!del_op_requested && del_op_entry) in batadv_tt_local_event()
504 if (del_op_requested && !del_op_entry) in batadv_tt_local_event()
510 if (!del_op_requested && !del_op_entry) in batadv_tt_local_event()