Lines Matching refs:group
374 * and YY:YY = group id
999 * batadv_check_claim_group() - check for claim group membership
1006 * checks if it is a claim packet and if it's on the same group.
1007 * This function also applies the group ID of the sender
1011 * 2 - if it is a claim packet and on the same group
1012 * 1 - if is a claim packet from another group
1047 /* if its already the same group, it is fine. */
1048 if (bla_dst->group == bla_dst_own->group)
1055 * the same mesh or group.
1061 if (ntohs(bla_dst->group) > ntohs(bla_dst_own->group)) {
1063 "taking other backbones claim group: %#.4x\n",
1064 ntohs(bla_dst->group));
1065 bla_dst_own->group = bla_dst->group;
1173 "%s(): received a claim frame from another group. From: %pM on vid %d ...(hw_src %pM, hw_dst %pM)\n",
1340 __be16 group;
1343 /* reset bridge loop avoidance group id */
1344 group = htons(crc16(0, primary_if->net_dev->dev_addr, ETH_ALEN));
1345 bat_priv->bla.claim_dest.group = group;
1496 * to give bridge forward delays and bla group forming
1551 bat_priv->bla.claim_dest.group = htons(crc);
1554 bat_priv->bla.claim_dest.group = 0; /* will be set later */
2156 "Claims announced for the mesh %s (orig %pM, group id %#.4x)\n",
2158 ntohs(bat_priv->bla.claim_dest.group));
2390 "Backbones announced for the mesh %s (orig %pM, group id %#.4x)\n",
2392 ntohs(bat_priv->bla.claim_dest.group));