Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dtranslation-table.h28 s32 match_vid, const char *message);
H A Dtranslation-table.c2139 * @match_vid: the VLAN identifier to match. If negative all the entries will be
2145 s32 match_vid, in batadv_tt_global_del_orig() argument
2168 if (match_vid >= 0 && tt_common_entry->vid != match_vid) in batadv_tt_global_del_orig()