del_op_entry      473 net/batman-adv/translation-table.c 	bool del_op_requested, del_op_entry;
del_op_entry      501 net/batman-adv/translation-table.c 		del_op_entry = entry->change.flags & BATADV_TT_CLIENT_DEL;
del_op_entry      502 net/batman-adv/translation-table.c 		if (!del_op_requested && del_op_entry)
del_op_entry      504 net/batman-adv/translation-table.c 		if (del_op_requested && !del_op_entry)
del_op_entry      510 net/batman-adv/translation-table.c 		if (!del_op_requested && !del_op_entry)