D | vxlan_mdb.c | 99 const struct vxlan_mdb_remote *remote, in vxlan_br_mdb_entry_fill() argument 108 if (remote->flags & VXLAN_MDB_REMOTE_F_BLOCKED) in vxlan_br_mdb_entry_fill() 126 const struct vxlan_mdb_remote *remote) in vxlan_mdb_entry_info_fill_srcs() argument 131 if (hlist_empty(&remote->src_list)) in vxlan_mdb_entry_info_fill_srcs() 138 hlist_for_each_entry(ent, &remote->src_list, node) { in vxlan_mdb_entry_info_fill_srcs() 165 const struct vxlan_mdb_remote *remote) in vxlan_mdb_entry_info_fill() argument 167 struct vxlan_rdst *rd = rtnl_dereference(remote->rd); in vxlan_mdb_entry_info_fill() 175 vxlan_br_mdb_entry_fill(vxlan, mdb_entry, remote, &e); in vxlan_mdb_entry_info_fill() 185 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, remote->rt_protocol) || in vxlan_mdb_entry_info_fill() 186 nla_put_u8(skb, MDBA_MDB_EATTR_GROUP_MODE, remote->filter_mode) || in vxlan_mdb_entry_info_fill() [all …]
|