Lines Matching defs:gw
87 const struct batadv_bla_backbone_gw *gw;
90 gw = data;
91 hash = jhash(&gw->orig, sizeof(gw->orig), hash);
92 hash = jhash(&gw->vid, sizeof(gw->vid), hash);
146 * batadv_backbone_gw_release() - release backbone gw from lists and queue for
148 * @ref: kref pointer of the backbone gw
161 * batadv_backbone_gw_put() - decrement the backbone gw refcounter and possibly
557 * batadv_bla_update_own_backbone_gw() - updates the own backbone gw for a VLAN
562 * update or add the own backbone gw to make sure we announce
737 "%s(): changing ownership for %pM, vid %d to gw %pM\n",
1176 /* become a backbone gw ourselves on this vlan if not happened yet */
1247 "%s(): backbone gw %pM timed out\n",
1488 * problems when we are not yet known as backbone gw
1686 * and from another gw. therefore return true to forbid it.
1798 * batadv_bla_is_backbone_gw() - check if originator is a backbone gw for a VLAN
1821 /* see if this originator is a backbone gw for this VLAN */