Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Dtranslation-table.c468 bool del_op_requested, del_op_entry; in batadv_tt_local_event() local
480 del_op_requested = flags & BATADV_TT_CLIENT_DEL; in batadv_tt_local_event()
497 if (!del_op_requested && del_op_entry) in batadv_tt_local_event()
499 if (del_op_requested && !del_op_entry) in batadv_tt_local_event()
505 if (!del_op_requested && !del_op_entry) in batadv_tt_local_event()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtranslation-table.c467 bool del_op_requested, del_op_entry; in batadv_tt_local_event() local
479 del_op_requested = flags & BATADV_TT_CLIENT_DEL; in batadv_tt_local_event()
496 if (!del_op_requested && del_op_entry) in batadv_tt_local_event()
498 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()

Completed in 12 milliseconds