Searched refs:br_ip (Results 1 – 8 of 8) sorted by relevance
/linux/net/bridge/ |
H A D | br_multicast.c | 42 .key_len = sizeof(struct br_ip), 77 struct br_ip *group, 100 struct br_ip *dst) in br_mdb_ip_get_rcu() 106 struct br_ip *dst) in br_mdb_ip_get() 122 struct br_ip br_dst; in br_mdb_ip4_get() 137 struct br_ip br_dst; in br_mdb_ip6_get() 153 struct br_ip ip; in br_mdb_entry_skb_get() 295 struct br_ip *sg_ip) in __fwd_add_star_excl() 319 struct br_ip *sg_ip) in __fwd_del_star_excl() 351 struct br_ip sg_ip; in br_multicast_star_g_handle_mode() [all …]
|
H A D | br_private.h | 88 struct br_ip addr; 100 struct br_ip addr; 107 struct br_ip group; 333 struct br_ip addr; 346 struct br_ip addr; 375 struct br_ip addr; 995 br_mdb_ip_get(struct net_bridge *br, struct br_ip *dst); 997 br_multicast_new_group(struct net_bridge *br, struct br_ip *group); 1000 const struct br_ip *group, 1046 br_multicast_find_group_src(struct net_bridge_port_group *pg, struct br_ip *ip); [all …]
|
H A D | br_mdb.c | 151 static void __mdb_entry_to_br_ip(struct br_mdb_entry *entry, struct br_ip *ip, in __mdb_entry_to_br_ip() 154 memset(ip, 0, sizeof(struct br_ip)); in __mdb_entry_to_br_ip() 801 struct br_ip star_group; in br_mdb_add_group_src_fwd() 814 struct br_ip *src_ip, in br_mdb_add_group_src_fwd() 820 struct br_ip sg_ip; in br_mdb_add_group_src_fwd() 1048 struct br_ip group = cfg->group; in br_mdb_add_group() 1365 struct br_ip ip = cfg->group; in __br_mdb_del() 1573 struct br_ip *group, struct netlink_ext_ack *extack) in br_mdb_get_parse() 1681 struct br_ip group; in br_mdb_get()
|
H A D | br_multicast_eht.c | 380 static void br_multicast_ip_src_to_eht_addr(const struct br_ip *src, in br_multicast_ip_src_to_eht_addr() 538 struct br_ip src_ip; in __eht_del_set_entries()
|
H A D | br_switchdev.c | 499 struct br_ip ip;
|
/linux/include/linux/ |
H A D | if_bridge.h | 16 struct br_ip { struct 36 struct br_ip addr; argument
|
/linux/include/trace/events/ |
H A D | bridge.h | 128 const struct br_ip *group),
|
/linux/net/batman-adv/ |
H A D | multicast.c | 557 static void batadv_mcast_mla_br_addr_cpy(char *dst, const struct br_ip *src) in batadv_mcast_mla_br_addr_cpy()
|