Searched refs:bla_dst (Results 1 – 1 of 1) sorted by relevance
1016 struct batadv_bla_claim_dst *bla_dst, *bla_dst_own; in batadv_check_claim_group() local1018 bla_dst = (struct batadv_bla_claim_dst *)hw_dst; in batadv_check_claim_group()1024 switch (bla_dst->type) { in batadv_check_claim_group()1042 if (bla_dst->group == bla_dst_own->group) in batadv_check_claim_group()1058 ntohs(bla_dst->group)); in batadv_check_claim_group()1059 bla_dst_own->group = bla_dst->group; in batadv_check_claim_group()1143 bla_dst = (struct batadv_bla_claim_dst *)hw_dst; in batadv_bla_process_claim()1147 if (memcmp(bla_dst->magic, bla_dst_own->magic, in batadv_bla_process_claim()1148 sizeof(bla_dst->magic)) != 0) in batadv_bla_process_claim()1159 if (bla_dst->type == BATADV_CLAIM_TYPE_LOOPDETECT) in batadv_bla_process_claim()[all …]
Completed in 9 milliseconds