Searched defs:is_bcast (Results 1 - 3 of 3) sorted by relevance
/net/batman-adv/ |
H A D | bridge_loop_avoidance.h | 23 unsigned short vid, bool is_bcast); 46 bool is_bcast) 44 batadv_bla_rx(struct batadv_priv *bat_priv, struct sk_buff *skb, unsigned short vid, bool is_bcast) argument
|
H A D | soft-interface.c | 359 bool is_bcast; local 362 is_bcast = (batadv_bcast_packet->packet_type == BATADV_BCAST); 412 if (batadv_bla_rx(bat_priv, skb, vid, is_bcast))
|
H A D | bridge_loop_avoidance.c | 1452 * @is_bcast: the packet came in a broadcast packet type. 1463 unsigned short vid, bool is_bcast) 1482 if (is_multicast_ether_addr(ethhdr->h_dest) && is_bcast) 1508 if (is_multicast_ether_addr(ethhdr->h_dest) && is_bcast) { 1511 * We need to check is_bcast because with the gateway 1462 batadv_bla_rx(struct batadv_priv *bat_priv, struct sk_buff *skb, unsigned short vid, bool is_bcast) argument
|
Completed in 52 milliseconds